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

12 lines
230 B
Makefile
Raw Normal View History

2016-03-30 14:35:36 +02:00
PKG_NAME=jsmn
PKG_URL=https://github.com/zserge/jsmn
PKG_VERSION=6784c826d9674915a4d89649c6288e6aecb4110d
2017-01-08 21:54:34 +01:00
PKG_LICENSE=MIT
2016-03-30 14:35:36 +02:00
.PHONY: all
all:
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.jsmn
2016-03-30 14:35:36 +02:00
include $(RIOTBASE)/pkg/pkg.mk