From c2b8ea9b65d04c175ca9b52f37aad97c19598352 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Fri, 8 Dec 2017 12:01:19 -0300 Subject: Don't fail to clean if not built yet Gbp-Pq: Name Don-t-fail-to-clean-if-not-built-yet.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3