Mercurial > hg > Members > kono > nitros9-code
changeset 2256:fd6248fea839
Added drivewire.zip target
author | boisy |
---|---|
date | Sun, 27 Dec 2009 17:32:00 +0000 |
parents | a1e46171d92c |
children | a7b20230e9c0 |
files | dw3dos/makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dw3dos/makefile Sun Dec 27 17:28:38 2009 +0000 +++ b/dw3dos/makefile Sun Dec 27 17:32:00 2009 +0000 @@ -92,6 +92,9 @@ dw3dos_cc1.trk: dw3dos.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -aCoCo=1 -aDOSTRACK +drivewire.zip: $(ALLOBJS) + zip $@ $(ALLOBJS) + clean: - $(RM) $(ALLOBJS) + $(RM) $(ALLOBJS) drivewire.zip