diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-28 21:38:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-28 21:38:18 +0200 |
commit | eb499eb8ecf74a6c461f8ce3ee4fa482ed2a3c16 (patch) | |
tree | 9c3b9cea7aa2ed843884ddda0aa188ae13574007 /Makefile | |
parent | m (diff) | |
download | mds-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |