1
0
mirror of https://github.com/DaveGamble/cJSON synced 2025-03-10 06:27:33 +00:00
cJSON/Makefile

2 lines
51 B
Makefile
Raw Normal View History

2011-08-22 04:52:03 +00:00
all: cJSON.c test.c
gcc cJSON.c test.c -o test -lm