summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-01 21:26:39 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-01 21:26:39 +0100
commit67c7bc6163095e89aae737043be49d507fe2b418 (patch)
tree3fc309e4ec3d0d86b6f822675d84a14633b404f7 /config.mk
parent25bff3246f8c1853af8becaf89b2cd2fa07ba998 (diff)
downloadwww-67c7bc6163095e89aae737043be49d507fe2b418.tar.gz
www-67c7bc6163095e89aae737043be49d507fe2b418.tar.bz2
www-67c7bc6163095e89aae737043be49d507fe2b418.zip
add missing file
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 00000000..6d0dae0d
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,7 @@
+# config.mk Makefile fragment to set custom variables.
+
+TSC=tsc
+PYTHON=python3
+BABEL=pybabel
+
+RUN_BROWSER=$(BROWSER)