1
0
mirror of https://github.com/DaveGamble/cJSON synced 2025-01-27 01:33:35 +00:00
cJSON/Makefile

3 lines
73 B
Makefile

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