This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/clean.com

11 lines
342 B
Text
Raw Permalink Normal View History

2002-08-13 14:45:13 +00:00
$! $Id: clean.com,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
2002-08-13 14:34:25 +00:00
$! yes, its a hack. this needs to be merged into make.com.
$! (well, really, into a top-level descrip.mms.. one day).
$
$ WRITE SYS$OUTPUT "Cleaning tree from all compiled objects..."
$ DELETE [...]*.EXE;*
$ DELETE [...]*.OLB;*
$ DELETE [...]*.OBJ;*
$ WRITE SYS$OUTPUT "All done."