EwertonDCSilv / make

Makefile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of Makefile to C/C++

Folders:

- bin     // binary file .o
- build   // exec
- include // headers .h and .hpp
- program // main program
- tests   // unit tests
- src     // source code (modules and classes) .c and .cpp 

About

Makefile


Languages

Language:Makefile 100.0%