noah.is/Makefile

18 rivejä
208 B
Makefile

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
2023-09-14 00:42:45 +00:00
@PHONY: deploy
deploy: build
rsync -av --delete-after public/ kirsle@kirsle.net:sites/noah.is/