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

.PHONY: clean

all:
	mkdir -p public
	hugo -D

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