Skip to content

Commit

Permalink
Make compile executable, and specify that "hc" is in the current dire…
Browse files Browse the repository at this point in the history
…ctory.
  • Loading branch information
yav committed Sep 11, 2010
1 parent 130ae67 commit 31414ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile 100644 → 100755
@@ -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

0 comments on commit 31414ba

Please sign in to comment.