diff --git a/src/Makefile b/src/Makefile index f6cc9bb..32e813d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,7 +55,7 @@ $(PROGRAMS): ../bin/%: %.o $(PROGRAMS): ../lib/libcrucible.a -$(BEES): $(BEES_OBJS) bees-version.o bees-usage.o +$(BEES): $(BEES_OBJS) bees-version.o bees-usage.o ../lib/libcrucible.a $(CXX) $(BEES_CXXFLAGS) $(BEES_LDFLAGS) -o $@ $^ $(LIBS) clean: