From b5b8c138deb5d4b4216c9186e3d528792edc70b2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 18 Dec 2009 09:44:42 +0000 Subject: Made command-line client work. --- www/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/Makefile') 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) -- cgit v1.2.3