Merge pull request #87 from RyDroid/make

Very minor changes to Makefile
master
Serge Zaitsev 8 years ago committed by GitHub
commit 6021415cc7

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