1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/qr-code-generator/Makefile

16 lines
373 B
Makefile
Raw Normal View History

2021-05-09 11:25:27 +02:00
PKG_NAME=qr-code-generator
PKG_URL=https://github.com/nayuki/QR-Code-generator
# v1.7.0
PKG_VERSION=4d13c303dc878ffae8df6d0e0a7513fe860a092c
2021-05-09 11:25:27 +02:00
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-type-limits
# avoid compilation errors when NDEBUG is defined
CFLAGS += -Wno-unused-parameter
2021-05-09 11:25:27 +02:00
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/c -f $(CURDIR)/$(PKG_NAME).mk