Make webroot.

This commit is contained in:
root 2022-11-26 17:33:18 +00:00
parent 14d09d7bf1
commit 82e45def99

View File

@ -23,5 +23,5 @@ clean:
rm -f blog/templates/index.html/footer.html rm -f blog/templates/index.html/footer.html
install: all install: all
mkdir -p mkdir -p $(WEB_ROOT)
cp -r $(OUTPUT_DIR)/* $(WEB_ROOT)/ cp -r $(OUTPUT_DIR)/* $(WEB_ROOT)/