X-Git-Url: http://git.scottworley.com/overonion/blobdiff_plain/fc795c1bb267737820c2059ca8aaa7bcb2848a10..b398ee5ae7abfa019f84628204f3c1cd146ed39e:/Makefile?ds=inline 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