diff options
author | emkael <emkael@tlen.pl> | 2017-09-08 13:05:08 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-08 13:05:08 +0200 |
commit | 200890d01feb2fa26159cf18237f9a4f23286a59 (patch) | |
tree | 31122b62d63051726d932af30ac97b1fa084b84f /Makefile | |
parent | 2cddc37cf15be7290140f748914312c94a6a3266 (diff) |
Deploy script source directory defined as parameter
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ $(tmpfiles): deploy: find http -type f -name .menu.html -delete - bin/deploy.sh + bin/deploy.sh http clean: find http -type f -name \*.html -delete |