Very minor changes to Makefile

master
Nicola Spanti (RyDroid) 8 years ago
parent d1c85c569d
commit b80578ce08

@ -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

Loading…
Cancel
Save