Skip to content

Commit 13d2596

Browse files
committed
Merge pull request #11 from yallop/rm-f
Add '-f ' to 'rm' in 'clean' target.
2 parents e0f6bec + 1dfe9d0 commit 13d2596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717

1818
clean:
1919
ocamlbuild -clean
20-
- rm *~
21-
- rm *.json
22-
-rm filesys.ml
20+
- rm -f *~
21+
- rm -f *.json
22+
-rm -f filesys.ml
2323

0 commit comments

Comments
 (0)