/c-template

A template for C projects

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

PROJECT_TITLE

PROJECT_TITLE is...

Building

git clone GIT_URL
cd PROJECT_NAME
make BUILD=release

Tests

make test

Usage

./TARGET_NAME

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.