summaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ca885c0..75453c8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,6 +1,7 @@
include ../config.mk
WWW_DIST=cgi-bin/acf\
+ cgi-bin/cli\
cgi-bin/mvc.lua\
index.html\
sample.html\
@@ -36,6 +37,7 @@ install:
cp "$$i" "$$dest";\
done
chmod +x $(install_dir)/cgi-bin/acf
+ chmod +x $(install_dir)/cgi-bin/cli
.PHONY: $(phony)