summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d31bfc1a..342f7c144 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ typedoc = node_modules/typedoc/bin/typedoc
ava = node_modules/.bin/ava
nyc = node_modules/nyc/bin/nyc.js
-include config.mk
+include ./build-system/config.mk
.PHONY: compile
compile: