ca65 \
cc65 \
cl65 \
+ grc \
ld65
.PHONY: all
make -f make\watcom.mak
cd ..\cl65
make -f make\watcom.mak
+ cd ..\grc
+ make -f make\watcom.mak
cd ..\ld65
make -f make\watcom.mak
cd ..
make -f make\watcom.mak clean
cd ..\cl65
make -f make\watcom.mak clean
+ cd ..\grc
+ make -f make\watcom.mak clean
cd ..\ld65
make -f make\watcom.mak clean
cd ..
@-make -f make\watcom.mak strip
@cd ..\cl65
@-make -f make\watcom.mak strip
+ @cd ..\grc
+ @-make -f make\watcom.mak strip
@cd ..\ld65
@-make -f make\watcom.mak strip
@cd ..