cJSON/Makefile

2 lines
51 B
Makefile
Raw Normal View History

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