Added grc

git-svn-id: svn://svn.cc65.org/cc65/trunk@108 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-06-22 21:05:03 +00:00
parent 8b971f7c73
commit 38288d7eef
2 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ SUBDIRS = \
ca65 \ ca65 \
cc65 \ cc65 \
cl65 \ cl65 \
grc \
ld65 ld65
.PHONY: all .PHONY: all

View File

@@ -19,6 +19,8 @@ all:
make -f make\watcom.mak make -f make\watcom.mak
cd ..\cl65 cd ..\cl65
make -f make\watcom.mak make -f make\watcom.mak
cd ..\grc
make -f make\watcom.mak
cd ..\ld65 cd ..\ld65
make -f make\watcom.mak make -f make\watcom.mak
cd .. cd ..
@@ -34,6 +36,8 @@ clean:
make -f make\watcom.mak clean make -f make\watcom.mak clean
cd ..\cl65 cd ..\cl65
make -f make\watcom.mak clean make -f make\watcom.mak clean
cd ..\grc
make -f make\watcom.mak clean
cd ..\ld65 cd ..\ld65
make -f make\watcom.mak clean make -f make\watcom.mak clean
cd .. cd ..
@@ -47,6 +51,8 @@ strip:
@-make -f make\watcom.mak strip @-make -f make\watcom.mak strip
@cd ..\cl65 @cd ..\cl65
@-make -f make\watcom.mak strip @-make -f make\watcom.mak strip
@cd ..\grc
@-make -f make\watcom.mak strip
@cd ..\ld65 @cd ..\ld65
@-make -f make\watcom.mak strip @-make -f make\watcom.mak strip
@cd .. @cd ..