X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=213eaf33d770c93c0c0f3daddf813111a2fe3f65;hb=6a3c61c79594897f2328e0e3f85aeca093c200b7;hp=9b31c699f564df129ec08bafa61e4d6d47950ed8;hpb=31a2023bf2670b9a15629f873cbb0ef2ae28bcd3;p=rrq%2Fjonesforth.git diff --git a/Makefile b/Makefile index 9b31c69..213eaf3 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.5 2007-09-29 16:04:20 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 arg1 arg2 arg3"'