summaryrefslogtreecommitdiff
path: root/dictionaries/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dictionaries/Makefile')
-rw-r--r--dictionaries/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/dictionaries/Makefile b/dictionaries/Makefile
new file mode 100644
index 0000000..6b38ac5
--- /dev/null
+++ b/dictionaries/Makefile
@@ -0,0 +1,11 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+ifeq ($(origin SRC_ROOT),undefined)
+SRC_ROOT=$(module_directory)../../..
+endif
+
+include $(SRC_ROOT)/solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: