summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4f485b8ea845732d59762feb68a502ddffcaeb7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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/*