1
0
mirror of synced 2026-02-27 00:39:51 +00:00

Use "rm -vf" instead of "-rm" in t/Makefile

This commit is contained in:
Axel Beckert
2012-06-27 01:33:47 +02:00
parent 74411f970b
commit cde5617a29

View File

@@ -10,4 +10,4 @@ modules: modules.sh
./modules.sh > modules.t
clean:
-rm *~ modules.t
rm -vf *~ modules.t