1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/jsmn/Makefile
Benjamin Valentin 77aa5cbf6c pkg/jsmn: bump version
Only fixes for typos and warnings, but good to keep up to date.
2020-11-23 20:19:47 +01:00

10 lines
221 B
Makefile

PKG_NAME=jsmn
PKG_URL=https://github.com/zserge/jsmn
PKG_VERSION=053d3cd29200edb1bfd181d917d140c16c1f8834
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
all:
"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base