Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 493 Bytes

makefile.md

File metadata and controls

15 lines (11 loc) · 493 Bytes
title layout description
Makefile
snippet-page
A Makefile example for your project

Makefile Example

Your Makefile will want to have the correct flags that point to the include and library directories for where you've installed Flux. We found the simple Makefile, below, to work well in a standard Flux container that installs everything to /usr

{% include snippet.html language="makefile" id="makefile" path="Makefile" %}