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