@ -2,14 +2,9 @@
.PHONY: *
target = "distribution"
static = "$(target)/_static"
build: clean
cd src/11ty && npm run build
# move things from _static to dist-root, which 11ty can not do.
rsync --recursive --verbose $(static)/ $(target)/
rm -Rf $(static)
deploy: build
tools/deploy