Added @clean and @veryclean
This commit is contained in:
parent
003e4ce3e7
commit
b9487de3f8
1 changed files with 8 additions and 0 deletions
8
fpm.rsp
8
fpm.rsp
|
@ -9,3 +9,11 @@ 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
|
||||
|
|
Loading…
Reference in a new issue