Makefile: fix the clean target

This commit is contained in:
Juan RP 2020-02-27 11:39:33 +01:00
parent 707943982b
commit 529c48e54a
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -41,7 +41,7 @@ COMPRESSOR_THREADS=2
all: $(SCRIPTS)
clean:
rm -v *.sh
-rm -f *.sh
distdir-$(DATECODE):
mkdir -p distdir-$(DATECODE)