From b80578ce0893f67e60c5daffa9b5d21a7c978cef Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Mon, 8 Aug 2016 16:05:12 +0200 Subject: [PATCH] Very minor changes to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a382d64..f89701f 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