diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-15 17:29:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-15 17:29:37 +0100 |
commit | 229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73 (patch) | |
tree | d42ab50bed35d594c3520217c02a988c6fd1c9f4 /Makefile | |
parent | Add libar2simplified_decode_r (diff) | |
download | libar2simplified-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -- $@ |