Credit conversions.

This commit is contained in:
Dominik Pantůček 2023-03-16 21:21:39 +01:00
parent 342797575f
commit 0d20884637
2 changed files with 34 additions and 6 deletions

View file

@ -50,7 +50,7 @@ brmsaptool: $(BRMSAPTOOL-DEPS)
$(CSC) -o $@ $<
brmsaptool-static: $(BRMSAPTOOL-OBJS)
$(CSC) -static -k -o $@ $(BRMSAPTOOL-SOURCES)
$(CSC) -static -o $@ $(BRMSAPTOOL-SOURCES)
.PHONY: clean
clean: