deploy target depends on build

This commit is contained in:
Yorick Barbanneau 2023-07-14 23:37:19 +02:00
parent 8cf6983304
commit 5c089947e7

View file

@ -22,7 +22,7 @@ build: $(VENV_SOURCE)/dep
$(VENV_CMD) && pelican -o $(P_OUTPUT) $(P_OPT)
.PHONY: deploy
deploy:
deploy: build
[ -d $(P_OUTPUT) ] && $(D_BIN) $(D_OPT) $(P_OUTPUT)/ $(D_DST)
.PHONY: clean