Clean link files.
This commit is contained in:
parent
1a6f339d9d
commit
0005e70632
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@
|
||||||
*.so
|
*.so
|
||||||
*.import.scm
|
*.import.scm
|
||||||
brmsaptool
|
brmsaptool
|
||||||
|
*.link
|
||||||
|
brmsaptool-static
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ brmsaptool-static: brmsaptool.scm $(BRMSAPTOOL-SOURCES)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.import.scm brmsaptool
|
rm -f *.link *.o *.import.scm brmsaptool brmsaptool-static
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Module shared object and import source compilation
|
# Module shared object and import source compilation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue