From 229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Feb 2022 17:29:37 +0100 Subject: Fix deps 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 544886c..40c9ad0 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ test.o: test.c $(HDR) $(CC) -fPIC -c -o $@ $< $(CFLAGS) $(CPPFLAGS) test: test.o libar2simplified.a - $(CC) -o $@ test.o libar2simplified.a $(LDFLAGS) + $(CC) -o $@ test.o libar2simplified.a $(LDFLAGS) -lrt libar2simplified.a: $(OBJ) @rm -f -- $@ -- cgit v1.2.3-70-g09d2