Makefile 51 字节
Newer Older
1 2
all: cJSON.c test.c
	gcc cJSON.c test.c -o test -lm