diff options
author | Nicola Spanti (RyDroid) <dev@nicola-spanti.info> | 2016-08-08 16:05:12 +0200 |
---|---|---|
committer | Nicola Spanti (RyDroid) <dev@nicola-spanti.info> | 2016-08-08 16:05:12 +0200 |
commit | b80578ce0893f67e60c5daffa9b5d21a7c978cef (patch) | |
tree | d333196415ad4a3e42e5766cae0ef81c59dbaca0 /Makefile | |
parent | d1c85c569d11b8f014858982d5744b5139c52cc1 (diff) |
Very minor changes to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ jsondump: example/jsondump.o libjsmn.a $(CC) $(LDFLAGS) $^ -o $@ clean: - rm -f jsmn.o jsmn_test.o example/simple.o - rm -f libjsmn.a + rm -f *.o example/*.o + rm -f *.a *.so rm -f simple_example rm -f jsondump |