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

4
.gitignore vendored
View file

@ -2,7 +2,7 @@
*.o
*.so
*.import.scm
brmsaptool
bbstool
*.link
brmsaptool-static
bbstool-static
*.c

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