From d7b79068d6139528ce3b98bf50e9356127de39ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Apr 2021 13:11:05 +0200 Subject: Unimportant fix to makefile 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(-) diff --git a/Makefile b/Makefile index a62e2df..dfc9813 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ $(LOBJ): $(@:.lo=.c) $(HDR) $(AR) -s $@ .lo.$(LIBEXT): - $(CC) $(LIBFLAGS) $(LDFLAGS_METHODS) -o $@ $< $(LDFLAGS) + $(CC) $(LIBFLAGS) -o $@ $< $(LDFLAGS) interactive-test: interactive-test.o libterminput.a $(CC) -o $@ interactive-test.o libterminput.a $(LDFLAGS) -- cgit v1.2.3-70-g09d2