Fix dependencies.
This commit is contained in:
parent
e440d1df56
commit
2511654350
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue