Add server build target
This commit is contained in:
parent
83d53c4ae7
commit
e0f7cd1bff
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -16,6 +16,9 @@ build: install
|
|||
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
||||
@hugo -vDEF --ignoreCache
|
||||
|
||||
server: build
|
||||
hugo server
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf $(STATIC_BUILD)
|
||||
|
|
Loading…
Reference in a new issue