1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00
RIOT/pkg/mcufont/Makefile
2023-08-14 15:50:13 +02:00

10 lines
260 B
Makefile

PKG_NAME=mcufont
PKG_URL=https://github.com/mcufont/mcufont
PKG_VERSION=9f3aa41b231195e7b2b59f78d8f01d06460b6d35
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/decoder -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)