/makefile-skeleton

A helper C++ Makefile project skeleton

Primary LanguageMakefileMIT LicenseMIT

Skeleton for a C++ Makefile project

Useful starting point for creating a C++ Makefile project or analyzing the GNU Make syntax.

The "includes" directory should contain user define header files that will be used in the project. The "sources" directory should contain source files with a *.cpp extension.

Modify this project at your own convenience.

References

License

This repository is released under the MIT license.

Created by Gordan Markuš gordan.markus@gmail.com