From a79fb47fd9ac05d21b6a930c79dd53ed39ad0c76 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Sep 2021 17:58:59 +0200 Subject: Fix makefile, fix warnings, fix bugs, and otherwise improve code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9230325..ac15b3a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ include $(CONFIGFILE) VERSION_MAJOR = 1 VERSION = 1.2 -all: libclut.a libclut.so + +all: libclut.a libclut.so test libclut.o: libclut.c libclut.h $(CC) -c -o $@ libclut.c $(CPPFLAGS) $(CFLAGS) -- cgit v1.2.3-70-g09d2