summaryrefslogtreecommitdiffstats
path: root/website/Makefile
blob: 4122d82a7a5988967ff40ba77f5c7459cebb8e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Please read the README file.

all:
	./rebuild.sh

clean:
	find -name '*~' -delete
	rm -rf build/*

go-live: clean all
	./go-live.sh