From b7248a0064d79ff3ac9a9f7462b1792c163aad3a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 10 Jun 2022 23:33:50 +0200 Subject: [PATCH] tools: makefile: update hecat command line (build -> export) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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