summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-08-14 22:01:48 +0200
committerAche <ache@ache.one>2016-08-14 22:01:48 +0200
commit0533ed9fa984da2da50b1ce241dfe1f293cb9c21 (patch)
tree33a3bf73ce74465121f2c48d2a9c7bd0ad5adcd8 /Makefile
parentSite passe en static (diff)
Update more set-up directories
Diffstat (limited to 'Makefile')
-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/*