# standard binary
PROGRAM      = bin/cfu

# compiler, options and libraries

F90          = ifort
COMFLG       = -c

LDSEQ        = ifort
LDFLG        = 

