summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-12-08 12:01:19 -0300
committerFelipe Sateler <fsateler@debian.org>2018-09-11 18:13:27 -0300
commitc2b8ea9b65d04c175ca9b52f37aad97c19598352 (patch)
tree2601f5b6ad77f5e82e7abcae5095d1d5bb7c595d
parentea0eb99c5ffdf06282cc27d34d80952fe54f55d9 (diff)
Don't fail to clean if not built yetarchive/debian/0.20170713-1
Gbp-Pq: Name Don-t-fail-to-clean-if-not-built-yet.patch
-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