c-template
https://github.com/standardloop/c-template
About
Template repo to spawn C projects from.
Running
This repo uses task.
Please run the default task to see all the avaiable tasks
$ task
task: Available tasks for this project:
* default: Show all avaiable tasks.
* test: Build and Run the test program.
* release:build: Build the dylib.
* remote:download: Download the released dylib from the GitHub release.
* remote:move: Move the dylib and header file into paths for other programs to access.
* test:build: Build the test program.
* test:build-sanitize: Build the test with address sanitizer on.
* test:leaks: Run macOS leaks on the test program.
* test:run: Run the test program.