From e18027e9ea71e7c1886a920f13b11bf7254b9710 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Fri, 24 Jul 2015 04:09:36 -0500 Subject: [PATCH] Remove that from Makefile for now --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 96d5288..9484af0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ LDFLAGS = HEADERS = kiss.h ax25.h ax25/macros.h ax25/proto.h ax25/frame.h \ list.h hash.h dict.h -OBJS = kiss.o ax25.o frame.o list.o hash.o dict.o test.o +OBJS = kiss.o frame.o list.o hash.o dict.o test.o PROGRAM = test