19 lines
424 B
Text
19 lines
424 B
Text
@build
|
|
> Building with ifort
|
|
options build --compiler ifort
|
|
###############################
|
|
@run
|
|
> Running
|
|
options run --compiler ifort
|
|
###############################
|
|
@test
|
|
> Running tests on amap
|
|
options test --compiler ifort
|
|
###############################
|
|
@clean
|
|
> Removing objects and libraries
|
|
options clean --skip
|
|
###############################
|
|
@veryclean
|
|
> Removing all objects and dependencies
|
|
options clean --all
|