diff options
author | erdgeist <> | 2009-07-16 01:36:50 +0000 |
---|---|---|
committer | erdgeist <> | 2009-07-16 01:36:50 +0000 |
commit | dad215a6e1de0ec0fa703b3c5272821856ecaf24 (patch) | |
tree | 1a0a9279557364b6310dbdc454c9ef2bd2268be4 /Makefile | |
parent | 531ebd494953ec28f2639825cd48060296b5f438 (diff) |
Add a new proxy daemon to opentracker
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
63 | proxy: 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) |