[sslh] [PATCH 2/5] Makefile: add distclean target, remove tags file

Jason Cooper jason at lakedaemon.net
Mon Aug 5 19:33:32 CEST 2013


Signed-off-by: Jason Cooper <jason at lakedaemon.net>
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 8a2e61b..ddad6d2 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,9 @@ uninstall:
 	rm -f $(PREFIX)/sbin/sslh $(PREFIX)/share/man/man8/$(MAN) /etc/init.d/sslh /etc/default/sslh
 	update-rc.d sslh remove
 
+distclean: clean
+	rm -f tags
+
 clean:
 	rm -f sslh-fork sslh-select echosrv $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info 
 
-- 
1.8.3.2




More information about the sslh mailing list