diff compile @ 125:e556416e9c91

Update compilation scripts
author Mike Pavone <pavone@retrodev.com>
date Thu, 28 Oct 2010 21:07:03 -0400
parents 25a205094f9b
children daf1ffaf7c2c
line wrap: on
line diff
--- a/compile	Thu Oct 28 21:05:50 2010 -0400
+++ b/compile	Thu Oct 28 21:07:03 2010 -0400
@@ -4,7 +4,7 @@
 	rm "$1.c"
 fi
 
-./rhope -t 1 compile_old.rhope $1
+./rhope2c $1
 
 if test ! -f "$1.c"; then
 	echo "Compilation to C failed"