improve devinstall target

This commit is contained in:
2018-05-02 15:23:29 +02:00
parent 7b27411e2a
commit b8480d86bc
7 changed files with 19 additions and 13 deletions

View File

@ -33,4 +33,4 @@ index: posts pages plain
.PHONY: install
devinstall: index
rsync -av --delete . /var/www/html
rsync -av --delete --exclude .git . /var/www/html