mirror of
https://github.com/DaveGamble/cJSON
synced 2025-01-27 01:33:35 +00:00
3 lines
73 B
Makefile
3 lines
73 B
Makefile
all: cJSON.o
|
|
cc -Wall cJSON.c -c -o cJSON.o
|
|
cc -Wall cJSON.o test.c -lm
|