summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2009-07-16 01:36:50 +0000
committererdgeist <>2009-07-16 01:36:50 +0000
commitdad215a6e1de0ec0fa703b3c5272821856ecaf24 (patch)
tree1a0a9279557364b6310dbdc454c9ef2bd2268be4 /Makefile
parent531ebd494953ec28f2639825cd48060296b5f438 (diff)
Add a new proxy daemon to opentracker
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a18fb3e..269a109 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ $(BINARY): $(OBJECTS) $(HEADERS)
60 strip $@ 60 strip $@
61$(BINARY).debug: $(OBJECTS_debug) $(HEADERS) 61$(BINARY).debug: $(OBJECTS_debug) $(HEADERS)
62 $(CC) -o $@ $(OBJECTS_debug) $(LDFLAGS) 62 $(CC) -o $@ $(OBJECTS_debug) $(LDFLAGS)
63proxy: proxy.o ot_vector.o $(HEADERS)
64 $(CC) -o $@ proxy.o ot_vector.o $(LDFLAGS)
63 65
64.c.debug.o : $(HEADERS) 66.c.debug.o : $(HEADERS)
65 $(CC) -c -o $@ $(CFLAGS_debug) $(<:.debug.o=.c) 67 $(CC) -c -o $@ $(CFLAGS_debug) $(<:.debug.o=.c)