fix: LIBS have libtest.a dependency as well
[libc-test] / Makefile
index 353c268..a1c91fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ src/common/libtest.a: $(filter src/common/%,$(OBJS))
        $(AR) rc $@ $^
        $(RANLIB) $@
 
-$(BINS): src/common/libtest.a
+$(BINS) $(LIBS): src/common/libtest.a
 $(OBJS): src/common/test.h
 
 src/common/mtest.o: src/common/mtest.h