summaryrefslogtreecommitdiff
path: root/Makefile
blob: cf05c55ef3107e435c34851939bf7419deec0119 (plain)
1
2
3
4
5
6
7
.POSIX:

WEBROOT=/var/www/html/chsmun
SRC=src

install:
	cp -R $(SRC) $(WEBROOT)