diff --git a/Makefile b/Makefile index d957224d3f..5a074f28a9 100644 --- a/Makefile +++ b/Makefile @@ -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