An open API service indexing awesome lists of open source software.

https://github.com/medunes/c-static-link


https://github.com/medunes/c-static-link

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Static Linking in C PoC

[![build](https://github.com/MedUnes/c-static-link/actions/workflows/makefile.yml/badge.svg)](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
```