Mercurial > hg > Members > kono > nitros9-code
diff level1/coco/cmds/makefile @ 2294:82cc48b84835
Removed DW server specific stuff
author | boisy |
---|---|
date | Wed, 30 Dec 2009 20:06:59 +0000 |
parents | cacf283930e6 |
children | c249cc490a83 |
line wrap: on
line diff
--- a/level1/coco/cmds/makefile Wed Dec 30 20:05:52 2009 +0000 +++ b/level1/coco/cmds/makefile Wed Dec 30 20:06:59 2009 +0000 @@ -19,8 +19,6 @@ CMDS_D2 = basic09 runb gfx inkey syscall copy del echo format \ merge os9gen prompt tmode -CMDS_DW = dw ftp wget - SUBS = gfx inkey syscall ALLOBJS = $(CMDS) $(CMDS_D2) $(CMDS_DW) $(SUBS) @@ -50,8 +48,5 @@ showobjs_d2: @$(ECHO) $(CMDS_D2) -showobjs_dw: - @$(ECHO) $(CMDS_DW) - showallobjs: @$(ECHO) $(ALLOBJS)