From 2aaef797f12b0aeca0275b8e2083401882557e12 Mon Sep 17 00:00:00 2001 From: John Reese Date: Fri, 31 Aug 2012 11:15:58 -0700 Subject: [PATCH] New make rule to copy module to default znc path --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 27dfa5d..f0b8809 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ push.so: push.cpp znc-buildmod push.cpp +install: push.so + cp push.so $(HOME)/.znc/modules/push.so + clean: -rm -f push.so