--- wmdots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wmdots/Makefile b/wmdots/Makefile
index 46cea12..8a1c0f4 100755
--- a/wmdots/Makefile
+++ b/wmdots/Makefile
@@ -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/
--
2.7.4
--
To unsubscribe, send mail to [email protected].
