noah.is/Makefile

14 lines
111 B
Makefile
Raw Normal View History

2018-07-04 02:41:33 +00:00
all: build
@PHONY: build
build:
2023-09-14 00:35:55 +00:00
hugo
2018-07-04 02:41:33 +00:00
@PHONY: watch
watch:
2023-09-14 00:35:55 +00:00
hugo server
2018-07-04 02:41:33 +00:00
@PHONY: clean
clean:
rm -rf public