From 4d483292bab90796fac57ff1bbdd025219b1c852 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 17 Aug 2017 05:17:10 +0200 Subject: New website prototype --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') 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/* - -- cgit v1.2.3