summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f50294a..4f485b8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@
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/*