summaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/Makefile b/www/Makefile
index 5bc108c..71e6c62 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,10 +1,7 @@
include ../config.mk
WWW_DIST=cgi-bin/acf\
- cgi-bin/cli\
- cgi-bin/mvc.lua\
index.html\
- sample.html\
EXTRA_DIST=Makefile
DISTFILES=$(WWW_DIST) $(EXTRA_DIST)
@@ -36,6 +33,5 @@ install:
cp "$$i" "$$dest";\
done
chmod 755 $(install_dir)/cgi-bin/acf
- chmod 700 $(install_dir)/cgi-bin/cli
.PHONY: $(phony)