From: Jakob Haufe Date: Sat, 5 Nov 2016 12:54:12 +0000 (+0100) Subject: Make dist-clean resilient against absent files X-Git-Tag: rgb2rv17~24 X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=commitdiff_plain;h=9675cba6cdc1b2348ae0c0cfa7303abbe16d5721 Make dist-clean resilient against absent files --- diff --git a/Makefile b/Makefile index b44b359..af0909d 100644 --- 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