1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-23 23:22:09 +00:00
cJSON/Makefile
2011-08-22 00:52:03 -04:00

2 lines
51 B
Makefile

all: cJSON.c test.c
gcc cJSON.c test.c -o test -lm