summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-08-27 17:07:19 +0200
committerMS <ms@taler.net>2020-08-27 17:07:19 +0200
commitc34ddebab83de41457f7b62da7848a986eec932f (patch)
treedfad8bbe944e8f64f59c9e6831f39ff1b41140ed /Makefile
parent46fc1e9631e31ebe9bd6b1a8c0df5eba3ae43b5a (diff)
downloadwww-c34ddebab83de41457f7b62da7848a986eec932f.tar.gz
www-c34ddebab83de41457f7b62da7848a986eec932f.tar.bz2
www-c34ddebab83de41457f7b62da7848a986eec932f.zip
fix include
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93cac54c..a613cffe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# This file is in the public domain.
-include config.mk
+include build-system/config.mk
# List of all supported languages, add new languages here!
LANGUAGES="en de fr es it ru pt"