Mercurial > hg > Members > kono > nitros9-code
changeset 1696:2fcdd7b93b50
Updated with new scp target
author | boisy |
---|---|
date | Tue, 03 Aug 2004 03:04:11 +0000 |
parents | 55070a08f183 |
children | cc8ef69d1943 |
files | level1/makefile level2/makefile |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/makefile Tue Aug 03 02:58:34 2004 +0000 +++ b/level1/makefile Tue Aug 03 03:04:11 2004 +0000 @@ -51,6 +51,9 @@ dskcopy: dsk $(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR) +scp: dsk + scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html + $(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog $(ARCHIVE) $@ $^
--- a/level2/makefile Tue Aug 03 02:58:34 2004 +0000 +++ b/level2/makefile Tue Aug 03 03:04:11 2004 +0000 @@ -52,6 +52,9 @@ dskcopy: dsk $(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR) +scp: dsk + scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html + $(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog $(ARCHIVE) $@ $^