Mercurial > hg > Members > kono > nitros9-code
changeset 2613:3980dea6c3f2
Added dskcopy target
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 31 Jan 2012 21:13:18 -0600 |
parents | e55663e7aa7b |
children | d9e5c4629696 |
files | 3rdparty/packages/arcadepak/makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/arcadepak/makefile Tue Jan 31 21:07:17 2012 -0600 +++ b/3rdparty/packages/arcadepak/makefile Tue Jan 31 21:13:18 2012 -0600 @@ -120,6 +120,9 @@ $(CD) thexder; make clean $(CD) shanghai; make clean +dskcopy: dsk + $(CP) $(DISK_40D) $(DISK_80D) $(DSKDIR) + dskclean: $(RM) $(DISK_40D) $(DISK_80D)