diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-08 01:59:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-08 01:59:13 +0200 |
commit | 5cf6609616e6c8f6a86608c6fb56f6c48e99e13e (patch) | |
tree | 8a420016e9471d45b2d01085f8850e7a997420d8 /Makefile | |
parent | whitespace (diff) | |
download | mds-5cf6609616e6c8f6a86608c6fb56f6c48e99e13e.tar.gz mds-5cf6609616e6c8f6a86608c6fb56f6c48e99e13e.tar.bz2 mds-5cf6609616e6c8f6a86608c6fb56f6c48e99e13e.tar.xz |
Move mds-server into its own directory
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ LIBOBJ = linked-list hash-table fd-table mds-message util # Build rules. .PHONY: all -all: bin/mds bin/mds-server bin/libmdsserver.so +all: bin/mds bin/mds-server/mds-server bin/libmdsserver.so bin/%: obj/%.o bin/libmdsserver.so |