mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Added a DOS target
git-svn-id: svn://svn.cc65.org/cc65/trunk@219 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9200dbb247
commit
b933cd1ee3
@ -25,6 +25,23 @@ all:
|
||||
make -f make\watcom.mak
|
||||
cd ..
|
||||
|
||||
dos:
|
||||
cd common
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..\ar65
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..\ca65
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..\cc65
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..\cl65
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..\grc
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..\ld65
|
||||
make -DTARGET=DOS32 -f make\watcom.mak
|
||||
cd ..
|
||||
|
||||
clean:
|
||||
cd common
|
||||
make -f make\watcom.mak clean
|
||||
|
Loading…
Reference in New Issue
Block a user