`make install` no longer fails if .znc/modules does not exist

This commit is contained in:
Zach Bloomquist 2015-04-05 18:57:46 -04:00
parent fa7723470e
commit e54e9557dd
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: