summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-17 05:17:10 +0200
committerache <ache@ache.one>2017-08-17 05:17:10 +0200
commit4d483292bab90796fac57ff1bbdd025219b1c852 (patch)
tree3e40db773c2f876f30e3365c12e98af12cf35014 /Makefile
parentAjout des liens sur les logos SVG (diff)
New website prototype
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/*
-