From: Florian Zeitz Date: Sat, 9 Jul 2011 16:12:34 +0000 (+0200) Subject: Fix the clean target to remove the main executable X-Git-Url: http://cgit.babelmonkeys.de/?p=mpdbot.git;a=commitdiff_plain;h=8b1ed6e03e1bc6a261db3b965d29f9b47fb116af Fix the clean target to remove the main executable --- 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