X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=9b31c699f564df129ec08bafa61e4d6d47950ed8;hb=f1cc78565d2ec5b015e78fba19756ee573f3c957;hp=9385631e5592d1fcf997de1881e51ebee857ae8c;hpb=163b9cb735045668e51c044db38a98beddbe93f1;p=rrq%2Fjonesforth.git diff --git a/Makefile b/Makefile index 9385631..9b31c69 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.1 2007-09-07 23:40:52 rich Exp $ +# $Id: Makefile,v 1.3 2007-09-24 00:18:19 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 +