website/Makefile

11 lines
160 B
Makefile

all:
make clean || echo "build folder doesn't exist"
make build
clean:
rm -Ir build
build:
mkdir build
j2 -f json index.j2 index.json > build/index.html