5 lines
117 B
Makefile
5 lines
117 B
Makefile
|
# Simple makefile for simple example
|
||
|
PROGRAM=json_jsmn_simple
|
||
|
EXTRA_COMPONENTS = extras/jsmn
|
||
|
include ../../common.mk
|