| Obey script which removes all generated files during a compilation on
| RISC OS and the dependency information in the RISC OS makefiles.
| Written by John Tytgat <John.Tytgat@aaug.net>
| GNU Public License
Echo Cleaning CCres project...
IfThere <Obey$Dir>.o Then Wipe <Obey$Dir>.o ~CFR~V
IfThere <Obey$Dir>.Release Then Wipe <Obey$Dir>.Release ~CFR~V
Basic -quit <Obey$Dir>.Bin.CleanMakeFile -file <Obey$Dir>.Makefile
|
Echo Done.