https://github.com/boblyx/blr-c-small
Boilerplate for small C applications
https://github.com/boblyx/blr-c-small
Last synced: about 1 month ago
JSON representation
Boilerplate for small C applications
- Host: GitHub
- URL: https://github.com/boblyx/blr-c-small
- Owner: boblyx
- License: unlicense
- Created: 2025-04-04T11:43:14.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-04T11:47:59.000Z (2 months ago)
- Last Synced: 2025-05-08T17:55:29.560Z (about 1 month ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Small C project boilerplate
- Boilerplate for small C projects that don't require stuff like CMake.
- Describe your solution here.## Usage
- Adjust the build script `build.sh`
- Run the build script via `bash build.sh`.
- The script will also run the program after building is complete and successful.
- Remove the comment to also run `valgrind` to check for memory leaks.## Contributors
- Bob Lee