aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 -- $@