From c503d1950a0ae76db7257ca63d16034752c071da Mon Sep 17 00:00:00 2001 From: rich Date: Tue, 25 Sep 2007 21:45:26 +0000 Subject: [PATCH] Add 'make remote' rule for building on oirase. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b31c69..21ad0d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2007-09-24 00:18:19 rich Exp $ +# $Id: Makefile,v 1.4 2007-09-25 21:45:26 rich Exp $ all: gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S @@ -6,3 +6,8 @@ all: run: cat jonesforth.f - | ./jonesforth +remote: + scp jonesforth.S jonesforth.f rjones@oirase:Desktop/ + ssh rjones@oirase sh -c '"rm -f Desktop/jonesforth; \ + gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o Desktop/jonesforth Desktop/jonesforth.S; \ + cat Desktop/jonesforth.f - | Desktop/jonesforth"' -- 1.8.3.1