summary refs log tree commit diff
path: root/utl/json2map.mk
diff options
context:
space:
mode:
Diffstat (limited to 'utl/json2map.mk')
-rw-r--r--utl/json2map.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/utl/json2map.mk b/utl/json2map.mk
new file mode 100644
index 0000000..730ce25
--- /dev/null
+++ b/utl/json2map.mk
@@ -0,0 +1,2 @@
+out/json2map: utl/json2map/main.c utl/json2map/cJSON.c utl/json2map/common.c
+	${CC} -g -Og -o $@ $^