X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=213eaf33d770c93c0c0f3daddf813111a2fe3f65;hb=bedb4b2f3f229eb41f7eb6af84aff5d1d660c805;hp=9385631e5592d1fcf997de1881e51ebee857ae8c;hpb=163b9cb735045668e51c044db38a98beddbe93f1;p=rrq%2Fjonesforth.git diff --git a/Makefile b/Makefile index 9385631..213eaf3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,13 @@ -# $Id: Makefile,v 1.1 2007-09-07 23:40:52 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 \ No newline at end of file + 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"'