cd-n0 / c-template

A template for C projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A template for C projects

License:GNU General Public License v3.0


Languages

Language:Makefile 80.5%Language:C 19.5%