X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=050f8211a7d27ae466d0b4c74f446140c19d2f51;hb=a6e764aab14a8157ba5b59c3d271a2073f9eae80;hp=bc5a80af82efd46424f6be6e6b349eecab30053b;hpb=1299139d443ce1236ca706338e070d1a70b93764;p=supertux.git diff --git a/Makefile b/Makefile index bc5a80af8..050f8211a 100644 --- a/Makefile +++ b/Makefile @@ -78,9 +78,9 @@ win32: chmod 644 SDL*.dll clean: - -rm supertux supertux.exe - -rm obj/*.o - -rm SDL*.dll + -rm -f supertux supertux.exe + -rm -f obj/*.o + -rm -f SDL*.dll # Main executable: