]> git.sur5r.net Git - c128-kasse/commitdiff
Make dist-clean resilient against absent files
authorJakob Haufe <sur5r@sur5r.net>
Sat, 5 Nov 2016 12:54:12 +0000 (13:54 +0100)
committerJakob Haufe <sur5r@sur5r.net>
Sat, 5 Nov 2016 12:54:12 +0000 (13:54 +0100)
Makefile

index b44b3597a3555f148c4baac201ce1de34ed07112..af0909d1e6dd61b5684b9c4ecb0416984f67ebe3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,4 +51,4 @@ clean:
        rm -rf src/*.o src/*.s test/*.o test/*.s
 
 dist-clean: clean
-       rm kasse itemz kasse.d64
+       rm -f kasse itemz kasse.d64