wmdots: Add -f option to rm for clean target in Makefile.
This commit is contained in:
parent
392c469fd4
commit
9a6c70ebbc
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue