-
Notifications
You must be signed in to change notification settings - Fork 31
How it works
Gustavo Pantuza edited this page Jan 31, 2017
·
1 revision
When you run make start
we include the project.conf
file and use its defined variables on Makefile.
The start
target rule, creates the directory of the new project at the given path and then copy files from the C project template to that folder.
After that, you have a bare new C project with Makefile, command line options parsing, unittest using cmocka and valgrind.
To learn how to start customizing your project checkout the Customization page.