Mercurial > hg > Members > kono > nitros9-code
diff makefile @ 2868:cfa46960b6bd
makefiles: Rename DW3 to DW all over
Rename dw3*.sb to dwio*.sb
This is part of getting default and lwtools-port branches
together, trying to avoid things falling through the
cracks.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 11:13:40 +0100 |
parents | 2af3df45f157 |
children | 1addfd8c9d5f |
line wrap: on
line diff
--- a/makefile Sun Nov 24 10:56:31 2013 +0100 +++ b/makefile Sun Nov 24 11:13:40 2013 +0100 @@ -42,11 +42,11 @@ $(foreach dir, $(dirs), ($(CD) $(dir); make dskclean);) # DriveWire 3 DSK images -dw3dsk = $(LEVEL1)/coco/nos96809l1coco1_dw3.dsk $(LEVEL1)/coco/nos96809l1coco2_dw3.dsk \ - $(LEVEL2)/coco3/nos96809l2_dw3.dsk $(LEVEL2)/coco3_6309/nos96309l2_dw3.dsk +dwdsk = $(LEVEL1)/coco/nos96809l1coco1_dw.dsk $(LEVEL1)/coco/nos96809l1coco2_dw.dsk \ + $(LEVEL2)/coco3/nos96809l2_dw.dsk $(LEVEL2)/coco3_6309/nos96309l2_dw.dsk -dw3: dsk - $(ARCHIVE) nitros9_drivewire3.zip $(dw3dsk) +dw: dsk + $(ARCHIVE) nitros9_drivewire3.zip $(dwdsk) # DriveWire 3 Becker DSK Images beckerdsk = $(LEVEL1)/coco/nos96809l1coco_becker.dsk \