项目作者: cognitivewaves

项目描述 :
Simple Makefile
高级语言: CMake
项目地址: git://github.com/cognitivewaves/Simple-Makefile.git
创建时间: 2015-09-27T05:59:41Z
项目社区:https://github.com/cognitivewaves/Simple-Makefile

开源协议:

下载


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.