1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
2021-10-02 16:48:02 +02:00

12 lines
291 B
Makefile

PKG_NAME=qr-code-generator
PKG_URL=https://github.com/nayuki/QR-Code-generator
PKG_VERSION=4d13c303dc878ffae8df6d0e0a7513fe860a092c # v1.7.0
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-type-limits
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/c -f $(CURDIR)/$(PKG_NAME).mk