diff --git a/Makefile b/Makefile index 321057a..447ac06 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ push.so: push.cpp sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"dev\"|" push.cpp install: push.so + mkdir -p $(HOME)/.znc/modules/ cp push.so $(HOME)/.znc/modules/push.so clean: