https://github.com/medunes/c-static-link
https://github.com/medunes/c-static-link
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/medunes/c-static-link
- Owner: MedUnes
- Created: 2024-06-23T11:14:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-23T12:19:36.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:01:50.259Z (7 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Linking in C PoC
[](https://github.com/MedUnes/c-static-link/actions/workflows/makefile.yml)
This very poccy PoC shows how you can create static libraries in `C` and link them into one binary
## Build
```bash
$ make bin
```## Run
```bash
$ .build/calc
```## Cleanup
```bash
$ make clean
```