|
|
@ -32,8 +32,8 @@ jsondump: example/jsondump.o libjsmn.a
|
|
|
|
$(CC) $(LDFLAGS) $^ -o $@
|
|
|
|
$(CC) $(LDFLAGS) $^ -o $@
|
|
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
clean:
|
|
|
|
rm -f jsmn.o jsmn_test.o example/simple.o
|
|
|
|
rm -f *.o example/*.o
|
|
|
|
rm -f libjsmn.a
|
|
|
|
rm -f *.a *.so
|
|
|
|
rm -f simple_example
|
|
|
|
rm -f simple_example
|
|
|
|
rm -f jsondump
|
|
|
|
rm -f jsondump
|
|
|
|
|
|
|
|
|
|
|
|