aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
blob: 5528e734cf322661c59f75556fa7ea44ac832f38 (plain)
1
2
3
4
5
6
7
all:
	../kursg -o out
	chmod a+rX out -R
	@echo example site is in $(shell pwd)/example/out

make clean:
	$(RM) -r out