aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--mk/build.mk (renamed from build.mk)0
-rw-r--r--mk/config.mk (renamed from config.mk)0
3 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.
diff --git a/build.mk b/mk/build.mk
index e8bbd0e..e8bbd0e 100644
--- a/build.mk
+++ b/mk/build.mk
diff --git a/config.mk b/mk/config.mk
index 25e50b8..25e50b8 100644
--- a/config.mk
+++ b/mk/config.mk