mirror of
https://github.com/DaveGamble/cJSON
synced 2025-01-13 10:33:23 +00:00
2 lines
51 B
Makefile
2 lines
51 B
Makefile
all: cJSON.c test.c
|
|
gcc cJSON.c test.c -o test -lm
|