summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-03 09:59:51 +0000
committerng0 <ng0@n0.is>2019-03-03 09:59:51 +0000
commit4b89f63bd47dfb0c77dfdc6aacb89e08ec59f9d2 (patch)
treeb580981eb82865cdd5bca4234fa59113bc153fc7 /config.mk
parent5bd8913cdf42c9599b628007e3a0a510cdd0a228 (diff)
downloadwww-4b89f63bd47dfb0c77dfdc6aacb89e08ec59f9d2.tar.gz
www-4b89f63bd47dfb0c77dfdc6aacb89e08ec59f9d2.tar.bz2
www-4b89f63bd47dfb0c77dfdc6aacb89e08ec59f9d2.zip
Makefile: make it configurable to adjust to differences in operating systems and their binary names of pybabel and python.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 00000000..032e41d9
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+# config.mk Makefile fragment to set custom variables.
+
+PYTHON=python3
+BABEL=pybabel
+
+RUN_BROWSER=$(BROWSER)