aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-22 05:37:23 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-22 05:38:42 +0200
commit68c008ee245bfabdf0485f0b274704bd69d4a8aa (patch)
treebce9d584b0dd20d6d1bb1d85f70e981899155bf4 /Makefile
parentlinked list implementation (diff)
downloadmds-68c008ee245bfabdf0485f0b274704bd69d4a8aa.tar.gz
mds-68c008ee245bfabdf0485f0b274704bd69d4a8aa.tar.bz2
mds-68c008ee245bfabdf0485f0b274704bd69d4a8aa.tar.xz
fix error handling
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 048a21d..74577e0 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
# Build rules.
.PHONY: all
-all: bin/mds bin/mds-server bin/libmdsserver/linked-list
+all: bin/mds bin/mds-server obj/libmdsserver/linked-list.o
bin/%: obj/%.o