commit c34ddebab83de41457f7b62da7848a986eec932f parent 46fc1e9631e31ebe9bd6b1a8c0df5eba3ae43b5a Author: MS <ms@taler.net> Date: Thu, 27 Aug 2020 17:07:19 +0200 fix include Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"