diff --git a/Makefile b/Makefile index f238e3a..b6f4f4c 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ cleanbin: cleanbindir: $(call rmdir,$(BINDIR),binaries) -$(BINDIR)/%: $(TESTDIR)/%.c libs | $(BINDIR) +$(BINDIR)/%: $(TESTDIR)/%.c $(SLIB) $(DLIB) | $(BINDIR) $(CC) $(CPPFLAGS) $(CFLAGS) $< $(CUTESTSRC) $(LDFLAGS) $(LIBS) -o $@ ##################################### pre-processed (.i) and assembler (.s) output