https://github.com/tom-weatherhead/gcc-static-c-library-test
A test of static C library creation using gcc and ar
https://github.com/tom-weatherhead/gcc-static-c-library-test
ar c gcc make static-library
Last synced: over 1 year ago
JSON representation
A test of static C library creation using gcc and ar
- Host: GitHub
- URL: https://github.com/tom-weatherhead/gcc-static-c-library-test
- Owner: tom-weatherhead
- License: mit
- Created: 2022-09-29T02:05:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T03:59:00.000Z (over 3 years ago)
- Last Synced: 2025-01-17T22:27:00.401Z (over 1 year ago)
- Topics: ar, c, gcc, make, static-library
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcc-static-c-library-test
A test of static C library creation using gcc and ar