11 lines
101 B
Makefile

all: clean format build
format:
biome format --write .
build:
zola build
clean:
rm -rf public/