Added @clean and @veryclean

This commit is contained in:
sgeard 2023-06-11 09:55:24 +01:00
parent 003e4ce3e7
commit b9487de3f8

View file

@ -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