From 0086384850074dca1d2b7e05ec8e0b6b0bbf4104 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 29 May 2016 16:16:21 -0500 Subject: [PATCH] Don't need that --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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