Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 310 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 310 Bytes

Makefile Project Template

Steps to configure, build, run, and test the project.

Building

make

Testing

make check

Clean

make clean

Install Dependencies

In order to use git send-mail you need to run the following command:

make install-deps