Skip to content
Snippets Groups Projects
Commit 3e9b5800 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

man: Use rm -f in make clean

parent 203a5231
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ all: ${TARGETS}
< ${@:.1=.pre} > $@
clean:
rm *.1
rm -f *.1
.SUFFIXES: .pre .1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment