Skip to content

Commit 529c48e

Browse files
author
Juan RP
committed
Makefile: fix the clean target
1 parent 7079439 commit 529c48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COMPRESSOR_THREADS=2
4141
all: $(SCRIPTS)
4242

4343
clean:
44-
rm -v *.sh
44+
-rm -f *.sh
4545

4646
distdir-$(DATECODE):
4747
mkdir -p distdir-$(DATECODE)

0 commit comments

Comments
 (0)