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:: clean::
for i in $(OBJS) ; do \ for i in $(OBJS) ; do \
rm $$i ; \ rm -f $$i ; \
done done
rm wmdots rm -f wmdots
install:: install::
cp -f wmdots /usr/local/bin/ cp -f wmdots /usr/local/bin/