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

.PHONY: clean

all:
	mkdir -p public
	hugo --destination public

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