summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-08 13:05:08 +0200
committeremkael <emkael@tlen.pl>2017-09-08 13:05:08 +0200
commit200890d01feb2fa26159cf18237f9a4f23286a59 (patch)
tree31122b62d63051726d932af30ac97b1fa084b84f /Makefile
parent2cddc37cf15be7290140f748914312c94a6a3266 (diff)
Deploy script source directory defined as parameter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5ec358..93a6e49 100644
--- a/Makefile
+++ b/Makefile
@@ -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