aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-22 09:05:13 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-22 09:05:13 +0200
commitfee76fa26ae69aa28935efd51a912a44d539523b (patch)
tree8d5c5b82f89bae7d487df9c5c25658dab19f19f5 /Makefile
parentm (diff)
downloadmds-fee76fa26ae69aa28935efd51a912a44d539523b.tar.gz
mds-fee76fa26ae69aa28935efd51a912a44d539523b.tar.bz2
mds-fee76fa26ae69aa28935efd51a912a44d539523b.tar.xz
first draft of hash table implementation
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 74577e0..bfc5676 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 obj/libmdsserver/linked-list.o
+all: bin/mds bin/mds-server obj/libmdsserver/linked-list.o obj/libmdsserver/hash-table.o
bin/%: obj/%.o