X-Git-Url: http://git.scottworley.com/overonion/blobdiff_plain/7ed3669a47ef8dd3aeaa8d9757a97d16d6f5e085..2061508697fa23aff04a6c3e15fd1dc9c93ce1d4:/Makefile diff --git a/Makefile b/Makefile index fee4ea9..71a482e 100644 --- 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