commit 67c7bc6163095e89aae737043be49d507fe2b418 parent 25bff3246f8c1853af8becaf89b2cd2fa07ba998 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 1 Dec 2019 21:26:39 +0100 add missing file Diffstat:
| A | config.mk | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/config.mk b/config.mk @@ -0,0 +1,7 @@ +# config.mk Makefile fragment to set custom variables. + +TSC=tsc +PYTHON=python3 +BABEL=pybabel + +RUN_BROWSER=$(BROWSER)