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
chrysn feff412bcc pkg: Move versions to dedicated line
Makefiles don't do comments, so these were forwarded into the variable.
*Most* users would expand the arguments to a shell where it'd be
ignored, but not all of them.

Contributes-To: https://github.com/RIOT-OS/RIOT/pull/18489

(This is also where the one version that is added here was removed).
2022-09-26 17:45:54 +02:00

16 lines
373 B
Makefile

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