mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
2 lines
51 B
Makefile
2 lines
51 B
Makefile
all: cJSON.c test.c
|
|
gcc cJSON.c test.c -o test -lm
|