aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-15 17:29:37 +0100
committerMattias Andrée <maandree@kth.se>2022-02-15 17:29:37 +0100
commit229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73 (patch)
treed42ab50bed35d594c3520217c02a988c6fd1c9f4 /Makefile
parentAdd libar2simplified_decode_r (diff)
downloadlibar2simplified-229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73.tar.gz
libar2simplified-229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73.tar.bz2
libar2simplified-229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73.tar.xz
Fix deps
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 -- $@