coduin / epiphany-bsp

BSP implementation for the Parallella; the world's smallest supercomputer
https://jwbuurlage.github.io/epiphany-bsp/
GNU General Public License v3.0
27 stars 14 forks source link

Refactor build system #5

Closed jwbuurlage closed 9 years ago

jwbuurlage commented 9 years ago

The current build system is not ideal, we should change it to allow for users to easily include the EBSP library in their own programs.

Tombana commented 9 years ago

Use -static linker flag to make sure users do not have to link with ncurses themselves.