-if exist .\*.res del .\*.res
-if exist .\*.lbc del .\*.lbc
-if exist .\*.ilk del .\*.ilk
+ cd cube
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd isosurf
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd penguin
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
cube : .SYMBOLIC
cd cube