-
Notifications
You must be signed in to change notification settings - Fork 31
Makefile rules
Gustavo Pantuza edited this page Jan 31, 2017
·
1 revision
The following target rules are available in the project.
- all - Compiles and link the program generating the binary file (default rule)
- tests - Compiles tests using cmocka and run the test binary
- start - Creates a new project usign C project template based on project.conf file
- clean - Clean the project by removing generated files
- valgrind - Run valgrind tool to find memory leaks and buffer overflows
- help - Prints a help message with target rules