mirror of
https://github.com/DaveGamble/cJSON
synced 2025-01-28 02:02:50 +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
|