summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 14c1053..f50294a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,8 @@
-all: index.fcgi
-
-index.fcgi: main.c dev.c main.h
- gcc main.c dev.c -lfcgi -o index.fcgi
- pkill index.fcgi
- ./index.fcgi &
+install:
+ cp -R */ /var/www/ache
+ cp index.html /var/www/ache
+clean:
+ rm -R /var/www/ache/*