updated Makefile, README and gitignore

This commit is contained in:
Kevin Branigan
2011-08-22 00:52:03 -04:00
parent ebba183f1e
commit b051ed05d7
3 changed files with 27 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
all: cJSON.o
cc -Wall cJSON.c -c -o cJSON.o
cc -Wall cJSON.o test.c -lm
all: cJSON.c test.c
gcc cJSON.c test.c -o test -lm