Skip to content

oodenough/Makefile-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makefile-Example

English | 中文

Linux/Mac Makefile example.

original post is here

I've done some modification so Chinese info is echoed while executing make command.

how to use

After cloning the repository:

  1. build with make
cd Makefile-Example
make
  1. add libmath.so to path
  • linux:
export LD_LIBRARY_PATH=path/to/Example-Makefile/math/bin/
  • mac
export DYLD_LIBRARY_PATH=path/to/Example-Makefile/math/bin/
  1. execute the program
./app/bin/app.exe 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages

  • Makefile 60.1%
  • C++ 38.2%
  • C 1.7%