summaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 71e6c62..cf0bd57 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,6 +1,8 @@
include ../config.mk
WWW_DIST=cgi-bin/acf\
+ cgi-bin/mvc.lua\
+ cgi-bin/cli\
index.html\
EXTRA_DIST=Makefile
@@ -32,6 +34,7 @@ install:
mkdir -p "$$dest";\
cp "$$i" "$$dest";\
done
- chmod 755 $(install_dir)/cgi-bin/acf
+ chmod 755 $(install_dir)/cgi-bin/acf \
+ $(install_dir)/cgi-bin/cli
.PHONY: $(phony)