Split into two files.
[jonesforth.git] / Makefile
index ea0b970..9b31c69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
-# $Id: Makefile,v 1.2 2007-09-15 11:21:09 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
+       cat jonesforth.f - | ./jonesforth
+