9b31c699f564df129ec08bafa61e4d6d47950ed8
[jonesforth.git] / Makefile
1 # $Id: Makefile,v 1.3 2007-09-24 00:18:19 rich Exp $
2
3 all:
4         gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S
5
6 run:
7         cat jonesforth.f - | ./jonesforth
8