1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-23 23:22:09 +00:00
cJSON/Makefile

3 lines
73 B
Makefile

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