mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
PKG_NAME=jsmn
|
|
PKG_URL=https://github.com/zserge/jsmn
|
|
PKG_VERSION=6784c826d9674915a4d89649c6288e6aecb4110d
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(RIOTBASE)/Makefile.base
|