X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=213eaf33d770c93c0c0f3daddf813111a2fe3f65;hb=2ef2442658f010bbfcaa08954fe8451432308131;hp=21ad0d6156095ac3418b3795fd7c49443b260ba6;hpb=c503d1950a0ae76db7257ca63d16034752c071da;p=rrq%2Fjonesforth.git diff --git a/Makefile b/Makefile index 21ad0d6..213eaf3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 2007-09-25 21:45:26 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 @@ -10,4 +10,4 @@ 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"' + cat Desktop/jonesforth.f - | Desktop/jonesforth arg1 arg2 arg3"'