From e2ddfe78e92c3890e47188e03d66b1f4e019194e Mon Sep 17 00:00:00 2001 From: John Reese Date: Wed, 28 Sep 2011 16:26:24 -0400 Subject: [PATCH] Added clean make target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c84bd12..ee5f4fb 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ notifo.so: notifo.cpp znc-buildmod notifo.cpp +clean: + -rm -f notifo.so