New make rule to copy module to default znc path

This commit is contained in:
John Reese 2012-08-31 11:15:58 -07:00
parent ea8c52e766
commit 2aaef797f1
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
push.so: push.cpp push.so: push.cpp
znc-buildmod push.cpp znc-buildmod push.cpp
install: push.so
cp push.so $(HOME)/.znc/modules/push.so
clean: clean:
-rm -f push.so -rm -f push.so