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

13 lines
271 B
Makefile
Raw Normal View History

2021-05-08 15:19:54 +02:00
PKG_NAME=uzlib
PKG_URL=https://github.com/pfalcon/uzlib
# v2.9.5
PKG_VERSION=27e4f4c15ba30c2cfc89575159e8efb50f95037e
2021-05-08 15:19:54 +02:00
PKG_LICENSE=zlib
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-sign-compare
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(CURDIR)/$(PKG_NAME).mk