summaryrefslogtreecommitdiffstats
path: root/website/Makefile
blob: c8ee78fb0f3845ec79e43ca2f23d5d755e6668c0 (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: all
	./go-live.sh