mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
test: rebuild the tests if libcrucible.a changes
Due to a missing dependency, tests are not rebuilt when the library changes, so tests return false results after library source changes. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
0c84302d9a
commit
b1bdd9e056
@ -33,7 +33,7 @@ include depends.mk
|
|||||||
$(PROGRAMS:%=%.o): %.o: %.cc ../makeflags Makefile
|
$(PROGRAMS:%=%.o): %.o: %.cc ../makeflags Makefile
|
||||||
$(CXX) $(BEES_CXXFLAGS) -o $@ -c $<
|
$(CXX) $(BEES_CXXFLAGS) -o $@ -c $<
|
||||||
|
|
||||||
$(PROGRAMS): %: %.o ../makeflags Makefile
|
$(PROGRAMS): %: %.o ../makeflags Makefile ../lib/libcrucible.a
|
||||||
$(CXX) $(BEES_CXXFLAGS) $(BEES_LDFLAGS) -o $@ $< $(LIBS)
|
$(CXX) $(BEES_CXXFLAGS) $(BEES_LDFLAGS) -o $@ $< $(LIBS)
|
||||||
|
|
||||||
%.txt: % Makefile FORCE
|
%.txt: % Makefile FORCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user