Make webroot.
This commit is contained in:
parent
14d09d7bf1
commit
82e45def99
2
Makefile
2
Makefile
@ -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)/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user