From beac3f7883b6256704490dd43d0d75d839a2c27f Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Tue, 13 Sep 2016 22:08:35 +0200 Subject: [PATCH] Makefile : rm *.o useless --- pubsub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/Makefile b/pubsub/Makefile index 10ac542..332cf7c 100644 --- a/pubsub/Makefile +++ b/pubsub/Makefile @@ -19,7 +19,7 @@ $(TESTS): valgrind --show-leak-kinds=all --leak-check=full -v --track-origins=yes ./$(basename $@) clean: - @-rm $(OBJECTS) *.o + @-rm $(OBJECTS) mrproper: clean @-rm $(EXEC)