mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
260 B
Makefile
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)
|