Almost complete

This commit is contained in:
Yann Esposito (Yogsototh) 2021-04-27 15:06:55 +02:00
parent f512d18a59
commit b0760a35cb
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 12 additions and 0 deletions

View File

@ -68,6 +68,18 @@ $(DST_DIR)/%.gmi: $(SRC_DIR)/%.org
$(GMI) "$<" "$@"
# OPTIM PHASE
OPTIM_DIR ?= _optim
$(OPTIM_DIR)/index.html: $(HTML_INDEX) $(SRC_RAW_FILES)
mkdir -p $(OPTIM_DIR)
engine/pre-deploy.sh
optim: $(OPTIM_DIR)/index.html
deploy: $(OPTIM_DIR)/index.html
engine/sync.sh
allatend: $(ALL)
clean: