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)