Makefile 73 B

123
  1. all: cJSON.o
  2. cc -Wall cJSON.c -c -o cJSON.o
  3. cc -Wall cJSON.o test.c -lm