]> git.scottworley.com Git - overonion/blobdiff - Makefile
Take the output_fd as an argument
[overonion] / Makefile
index fee4ea93ce8b72e858b783f78fb5801ae2e96513..71a482eb99dce17ff1cbc59db7a77768fdf48efe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ depend: *.c
 
 .PHONY: clean distclean depend
 
-reverse: reverse.o
+reverse: reverse.o reverse_lib.o
        $(CC) -o $@ $^ $(CFLAGS)
 
 %.o: %.c