mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
245 B
Makefile
10 lines
245 B
Makefile
PKG_NAME=tinyvcdiff
|
|
PKG_URL=https://github.com/jue89/tiny-vcdiff.git
|
|
PKG_VERSION=e1a679f36d0212f2b84057a70c72f6e9deda45b3
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(CURDIR)/$(PKG_NAME).mk
|