X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=213eaf33d770c93c0c0f3daddf813111a2fe3f65;hb=6a3c61c79594897f2328e0e3f85aeca093c200b7;hp=ea0b9704b9bb7f1a46dd290ee1a39becfa67699d;hpb=279fbb489713c126aa4a8c55d56c48b65a08c721;p=rrq%2Fjonesforth.git diff --git a/Makefile b/Makefile index ea0b970..213eaf3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,13 @@ -# $Id: Makefile,v 1.2 2007-09-15 11:21:09 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 run: - ./jonesforth + 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"'