summaryrefslogtreecommitdiff
path: root/dgl
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-25 23:31:46 +0200
committerfalkTX <falktx@gmail.com>2018-09-25 23:31:46 +0200
commit70e247179fab57ec16fcbfa0d50b3e829d906c0f (patch)
treeead95ed1194abd9e6a87d51dbaf1f1bb22a75882 /dgl
parent5f2d86a47e8b7d1227be520700bdb69c75f8d237 (diff)
Adjust makefiles so they can be used externally
Diffstat (limited to 'dgl')
-rw-r--r--dgl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/Makefile b/dgl/Makefile
index 9a418d12..b0b4f419 100644
--- a/dgl/Makefile
+++ b/dgl/Makefile
@@ -4,7 +4,7 @@
# Created by falkTX
#
-include ../Makefile.mk
+include ../Makefile.base.mk
# ---------------------------------------------------------------------------------------------------------------------