Makefile: fix gen_runtime_config.php invokation

This commit is contained in:
E. S. 2025-05-02 22:44:19 +03:00
parent 949bf0ebda
commit 03f79a7550

View File

@ -19,4 +19,4 @@ build-css:
./deploy/build_css.sh -i ./htdocs/scss -o ./htdocs/dist-css ./deploy/build_css.sh -i ./htdocs/scss -o ./htdocs/dist-css
runtime-config: runtime-config:
./deploy/gen_runtime_config.php -i ./htdocs > ./config-runtime.php ./deploy/gen_runtime_config.php --htdocs-dir ./htdocs --commit-hash $$(git rev-parse --short=8 HEAD) > ./config-runtime.php