Make webroot.

This commit is contained in:
root 2022-11-26 17:33:18 +00:00
parent 14d09d7bf1
commit 82e45def99
1 changed files with 1 additions and 1 deletions

View File

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