use static library instead of object

This commit is contained in:
grimhilt
2023-11-13 13:06:47 +01:00
parent c7d011b301
commit 60c6c6b8c4
5 changed files with 33 additions and 12 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
*
!/**/
!*.*
!Makefile
*~
*.swp
*.swo
*.o
*.a
*.so
*.class
*.log
*.core
*.gcno
*.tar*