From 31414ba1188f4b39620c2553b45b9e4d4aa40169 Mon Sep 17 00:00:00 2001 From: "Iavor S. Diatchki" Date: Sat, 11 Sep 2010 13:38:45 -0700 Subject: [PATCH] Make compile executable, and specify that "hc" is in the current directory. --- src/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/compile diff --git a/src/compile b/src/compile old mode 100644 new mode 100755 index 2082171..bb3c531 --- a/src/compile +++ b/src/compile @@ -1,2 +1,2 @@ -hc -p../lib $1 -o out && gcc -g -I ../rts ../rts/rts.a out.s out.c +./hc -p../lib $1 -o out && gcc -g -I ../rts ../rts/rts.a out.s out.c