aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-07-28 21:38:18 +0200
committerMattias Andrée <maandree@operamail.com>2014-07-28 21:38:18 +0200
commiteb499eb8ecf74a6c461f8ce3ee4fa482ed2a3c16 (patch)
tree9c3b9cea7aa2ed843884ddda0aa188ae13574007 /Makefile
parentm (diff)
downloadmds-eb499eb8ecf74a6c461f8ce3ee4fa482ed2a3c16.tar.gz
mds-eb499eb8ecf74a6c461f8ce3ee4fa482ed2a3c16.tar.bz2
mds-eb499eb8ecf74a6c461f8ce3ee4fa482ed2a3c16.tar.xz
move mk files into mk dir
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cec32a8..041c30f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# Include configurations.
-include config.mk
+include mk/config.mk
# Object files for the libary.
@@ -32,7 +32,7 @@ OBJ_mds-registry = $(foreach O,$(OBJ_mds-registry_),obj/mds-registry/$(O).o)
.PHONY: all
all: servers libraries
-include build.mk
+include mk/build.mk
# Set permissions on built files.