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