Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages