summaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-18 09:44:42 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-18 09:44:42 +0000
commitb5b8c138deb5d4b4216c9186e3d528792edc70b2 (patch)
tree9443d94bc41e0a6e4f4333a3642efa16139983bf /www/Makefile
parent1b8a047f7d1c71a1efd0bd34b5f887086a857b20 (diff)
downloadacf-core-b5b8c138deb5d4b4216c9186e3d528792edc70b2.tar.bz2
acf-core-b5b8c138deb5d4b4216c9186e3d528792edc70b2.tar.xz
Made command-line client work.
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)