summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4f485b8..0000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-install:
- cp -R */ /var/www/ache
- cp index.html /var/www/ache
- mkdir /var/www/ache/git
- [ -d /home/achessh/git/vim ] && ln -s /home/achessh/git/vim /var/www/ache/
- [ -d /share/shared ] && ln -s /share/shared /var/www/ache/shared
-
-
-clean:
- rm -R /var/www/ache/*
-