noah.is/Makefile

14 lines
111 B
Makefile

all: build
@PHONY: build
build:
hugo
@PHONY: watch
watch:
hugo server
@PHONY: clean
clean:
rm -rf public