Comment changes.
[rrq/jonesforth.git] / Makefile
index 9385631e5592d1fcf997de1881e51ebee857ae8c..9b31c699f564df129ec08bafa61e4d6d47950ed8 100644 (file)
--- 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
+