deploy target depends on build
This commit is contained in:
parent
8cf6983304
commit
5c089947e7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ build: $(VENV_SOURCE)/dep
|
||||||
$(VENV_CMD) && pelican -o $(P_OUTPUT) $(P_OPT)
|
$(VENV_CMD) && pelican -o $(P_OUTPUT) $(P_OPT)
|
||||||
|
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy:
|
deploy: build
|
||||||
[ -d $(P_OUTPUT) ] && $(D_BIN) $(D_OPT) $(P_OUTPUT)/ $(D_DST)
|
[ -d $(P_OUTPUT) ] && $(D_BIN) $(D_OPT) $(P_OUTPUT)/ $(D_DST)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue