abld
[ test ] clean
( ( [-c] | [-w] ) | ( [-k] [-v] ) )
[ platform ] [ build [
program ] ]
This command will erase all the files created by the corresponding abld
target
command.
abld clean
makes use of the clean
targets provided in makefiles generated by makmake
.
The files that are removed by this command include all the intermediate files created during compilation and all the executables and import libraries created by the linker.