aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicola Spanti (RyDroid) <dev@nicola-spanti.info>2016-08-08 16:05:12 +0200
committerNicola Spanti (RyDroid) <dev@nicola-spanti.info>2016-08-08 16:05:12 +0200
commitb80578ce0893f67e60c5daffa9b5d21a7c978cef (patch)
treed333196415ad4a3e42e5766cae0ef81c59dbaca0 /Makefile
parentd1c85c569d11b8f014858982d5744b5139c52cc1 (diff)
Very minor changes to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a382d64d8..f89701fdd 100644
--- a/Makefile
+++ b/Makefile
@@ -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