Skip to content

bmralph/Makefile-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Makefile-Example

Linux Makefile example for Windows developers detailed in the post http://cognitivewaves.wordpress.com/makefiles/

After cloning the repository, create the required output directories

~/src/Makefile-Example $ mkdir -p app/bin app/obj math/bin math/obj

After building, add the path to the shared object

~/src/Makefile-Example $ export LD_LIBRARY_PATH=~/src/Makefile-Example/math/bin/

About

Linux Makefile example for Windows developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.2%
  • Makefile 37.1%
  • C 2.7%