From 3262ff366068de19a3458a179d2ba44ee4a4531a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Sep 2021 18:24:07 +0200 Subject: Improve make file, fix tests, fix warnings, and add macro and pause key to interative test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfc9813..de56c1c 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ OBJ =\ all: libterminput.a libterminput.$(LIBEXT) interactive-test test -$(OBJ): $(@:.o=.c) $(HDR) -$(LOBJ): $(@:.lo=.c) $(HDR) +$(OBJ): $(HDR) +$(LOBJ): $(HDR) .c.o: $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -- cgit v1.2.3-70-g09d2