home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
makefiles
/
Makerules.clean
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-31
|
243 b
|
15 lines
# clean only cleans out the object dir for the current machine:
clean:
-rm -f ${DIRT}
@${DO_DIRS_THIS_MACH}
# allclean cleans out all object dirs:
allclean:
-rm -f ${DIRT}
@${DO_DIRS}
distclean:
-rm -f ${DIRT} ${DISTDIRT}
@${DO_DIRS}