Mercurial > hg > Members > kono > nitros9-code
changeset 275:0161c9d61403
sysgo and sysgo_rom targets added
author | boisy |
---|---|
date | Sun, 21 Jul 2002 06:47:19 +0000 |
parents | 00fe04149e6e |
children | abc4f325634c |
files | level1/modules/makefile |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/makefile Sun Jul 21 06:45:26 2002 +0000 +++ b/level1/modules/makefile Sun Jul 21 06:47:19 2002 +0000 @@ -53,6 +53,12 @@ oscode_d64: oscode.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=1 +sysgo: sysgo.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDiskGo=1 + +sysgo_rom: sysgo.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDiskGo=0 + clean: $(RM) $(ALLOBJS) $(OS92UNIX) $(HELP)