diff --git a/bin/Makefile b/bin/Makefile index 4621519..a27d05a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -11,7 +11,7 @@ TABBY = tabby TABBY_OBJS = main.o TABBY_STATIC = ../src/lib$(LIBNAME).a TABBY_HEADERS = -TABBY_LDFLAGS = -lz +TABBY_LDFLAGS = LIBNAME = tabby