Mercurial > hg > Members > kono > nitros9-code
changeset 360:ca38872fdb30
Fixed missing macro
author | boisy |
---|---|
date | Fri, 26 Jul 2002 02:49:06 +0000 |
parents | f7384b5a59c8 |
children | 281040b0f6a5 |
files | level1/cmds/makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/makefile Fri Jul 26 01:26:29 2002 +0000 +++ b/level1/cmds/makefile Fri Jul 26 02:49:06 2002 +0000 @@ -12,7 +12,7 @@ COCOCMDS_D2 = asm config help copy del dir os9gen rename park COCOCMDS = cobbler format os9gen grfo DRAGONCMDS = cobbler_d64 format_d64 os9gen_d64 drvr51.dr go51 -ALLOBJS = $(COCOCMDS_D1) $(COCOCMDS_D2) $(DRAGONCMDS) +ALLOBJS = $(COCOCMDS_D1) $(COCOCMDS_D2) $(COCOCMDS) $(DRAGONCMDS) all: $(ALLOBJS) $(CHMOD) 755 $(ALLOBJS)