From 80a78b91c2905fcacf0236d63a9f4e3d7e576d7e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 5 Mar 2021 23:30:24 +0100 Subject: minor fixes + add tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 41a9607..9d64823 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ libgamma.$(LIBEXT): $(LOBJ) test.o: test.c libgamma.h $(CC) -c -o $@ test.c $(CFLAGS) $(CPPFLAGS) -test: test.o +test: test.o libgamma.a $(CC) -o $@ test.o libgamma.a $(LDFLAGS_METHODS) $(LDFLAGS) install: libgamma.a libgamma.$(LIBEXT) -- cgit v1.2.3-70-g09d2