Merge pull request #154 from flotwig/patch-1

`make install` no longer fails if .znc/modules does not exist
This commit is contained in:
John Reese 2015-04-05 16:42:37 -07:00
commit 15772dd043
1 changed files with 1 additions and 0 deletions

View File

@ -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: