Prepare period documentation and improve static dependencies.
This commit is contained in:
parent
dd6722fe13
commit
9385745cf7
3 changed files with 16 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ imports: $(BBSTOOL-DEPS)
|
|||
bbstool: $(BBSTOOL-DEPS)
|
||||
$(CSC) -o $@ $<
|
||||
|
||||
bbstool-static: $(BBSTOOL-SOURCES)
|
||||
bbstool-static: $(BBSTOOL-DEPS)
|
||||
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue