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

.PHONY: all debug clean

all:
	mkdir -p public
	hugo -D

debug:
	hugo server -D

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