cognitivewaves / Simple-Makefile

Simple Makefile

Home Page:https://cognitivewaves.wordpress.com/simple-makefile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Makefile

At times you may need to test some simple code. You could just use the commands in the shell. But it will soon become a pain as you try to clean and recompile the test code. Instead, a "script" would be handy. This is a template for that simple

  • Makefile for *nix make
  • Makefile.win for Windows NMake
  • CMakeLists.txt for the cross-platform CMake toolchain

The basic differences between a Linux and Windows makefile are explained in the post Makefiles in Windows.

About

Simple Makefile

https://cognitivewaves.wordpress.com/simple-makefile/


Languages

Language:CMake 47.4%Language:Makefile 41.1%Language:C++ 11.4%