Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 06:57:54 +02:00
src: bees depends on libcrucible.a
The dependency was missing, so changes to the library would not trigger a rebuild of the bees binary. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
+1
-1
@@ -55,7 +55,7 @@ $(PROGRAMS): ../bin/%: %.o
|
|||||||
|
|
||||||
$(PROGRAMS): ../lib/libcrucible.a
|
$(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)
|
$(CXX) $(BEES_CXXFLAGS) $(BEES_LDFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren