]> git.babelmonkeys.de Git - mpdbot.git/commitdiff
Fix the clean target to remove the main executable
authorFlorian Zeitz <florob@babelmonkeys.de>
Sat, 9 Jul 2011 16:12:34 +0000 (18:12 +0200)
committerFlorian Zeitz <florob@babelmonkeys.de>
Sat, 9 Jul 2011 16:12:34 +0000 (18:12 +0200)
Makefile

index 27613d6461e3f4fca76f164b27bf176a36c99fa2..3639065b1e75307f48d6852e93ad9242c7328731 100644 (file)
--- 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