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

.PHONY: clean

all:
	mkdir -p public
	hugo -D

clean:
	rm -rf public
	rm -f .hugo_build.lock