Fix dependencies.

This commit is contained in:
Dominik Pantůček 2023-03-22 20:45:48 +01:00
parent e440d1df56
commit 2511654350
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ imports: $(BBSTOOL-DEPS)
bbstool: $(BBSTOOL-DEPS)
$(CSC) -o $@ $<
bbstool-static: $(BBSTOOL-OBJS)
bbstool-static: $(BBSTOOL-SOURCES)
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
.PHONY: clean