cJSON/Makefile

3 lines
73 B
Makefile
Raw Normal View History

all: cJSON.o
cc -Wall cJSON.c -c -o cJSON.o
cc -Wall cJSON.o test.c -lm