From 8b1ed6e03e1bc6a261db3b965d29f9b47fb116af Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sat, 9 Jul 2011 18:12:34 +0200 Subject: [PATCH] Fix the clean target to remove the main executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27613d6..3639065 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ all: objfw-compile $(CPPFLAGS) $(LIBS) -o mpdbot src/*.m clean: - rm src/*.o + rm -f src/*.o mpdbot -- 2.39.2