1
0
mirror of https://github.com/DaveGamble/cJSON synced 2025-01-28 02:02:50 +00:00
cJSON/Makefile

3 lines
73 B
Makefile
Raw Normal View History

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