summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-12-08 12:01:19 -0300
committerFelipe Sateler <fsateler@debian.org>2018-08-24 10:49:02 -0300
commit0407e2cb79db1c7211edd351ba0c268538470801 (patch)
treec308cac2907858e4520389e6c7b418a73ccaac37
parent42e8f439808882d2dae60f2a161eabead14e4b0d (diff)
make: Don't fail to clean if not built yet
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f8df2f..7e93c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ backlog: backlog.cpp
znc-buildmod backlog.cpp
clean:
- rm *.so
+ rm -f *.so