wmdots: Add -f option to rm for clean target in Makefile.

This commit is contained in:
Doug Torrance 2017-02-24 22:42:30 -05:00 committed by Carlos R. Mafra
parent 392c469fd4
commit 9a6c70ebbc

View file

@ -12,9 +12,9 @@ all:: wmdots
clean::
for i in $(OBJS) ; do \
rm $$i ; \
rm -f $$i ; \
done
rm wmdots
rm -f wmdots
install::
cp -f wmdots /usr/local/bin/