site.lyte.dev/makefile

7 lines
109 B
Makefile
Raw Normal View History

2020-07-14 16:51:25 -05:00
.PHONY: all default build dev
build: ; hugo
public: build
dev: ; hugo serve
all: build
clean: ; rm -r public