diff --git a/test/Makefile b/test/Makefile index 94d1331..5814cd4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,7 +33,7 @@ include depends.mk $(PROGRAMS:%=%.o): %.o: %.cc ../makeflags Makefile $(CXX) $(BEES_CXXFLAGS) -o $@ -c $< -$(PROGRAMS): %: %.o ../makeflags Makefile +$(PROGRAMS): %: %.o ../makeflags Makefile ../lib/libcrucible.a $(CXX) $(BEES_CXXFLAGS) $(BEES_LDFLAGS) -o $@ $< $(LIBS) %.txt: % Makefile FORCE