summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)