diff options
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) |