Replaced rmoall with wrmo

Description
    Remove all .o files from the object directory tree corresponding to the
    current source derectory or remove only the .o file corresponding to the
    optionally specified [file].
This commit is contained in:
Henry
2015-01-10 22:33:39 +00:00
parent f46ec6553d
commit 1c83ab493e
5 changed files with 100 additions and 112 deletions

View File

@ -33,8 +33,8 @@
#------------------------------------------------------------------------------
Script=${0##*/}
# Source the wdep functions
. ${0%/*}/wdepFunctions
# Source the wmakeFunctions
. ${0%/*}/wmakeFunctions
usage() {
exec 1>&2