tools: makefile: update hecat command line (build -> export)

This commit is contained in:
nodiscc 2022-06-10 23:33:50 +02:00
parent df3a3d02b0
commit b7248a0064
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -26,7 +26,7 @@ process: install
build: install
rm -rf awesome-selfhosted && git clone https://github.com/awesome-selfhosted/awesome-selfhosted
source .venv/bin/activate && \
hecat build --source-directory ./ --output-directory awesome-selfhosted --output-file README.md
hecat export --source-directory ./ --output-directory awesome-selfhosted --output-file README.md
cd awesome-selfhosted && git diff --color=always
.PHONY: help # generate list of targets with descriptions