Makefile 51 B

12
  1. all: cJSON.c test.c
  2. gcc cJSON.c test.c -o test -lm