summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 15f54a9..f32985e 100644
--- a/makefile
+++ b/makefile
@@ -11,6 +11,9 @@ tmp:
travnik: src/main.c
$(CC) $(MYCFLAGS) $(CFLAGS) $< -o$@ $(MYLDFLAGS) $(LDFLAGS)
+db: src/db.c
+ $(CC) $(MYCFLAGS) $(CFLAGS) $< -o$@ $(MYLDFLAGS) $(LDFLAGS)
+
utils: tmp/midpoint tmp/bencoding tmp/dns tmp/info
tmp/%: utils/%.c src/dht.c tmp