Fix chicken location for if someone wants to try the code
This commit is contained in:
parent
de5091815c
commit
ac4275315d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ benchmark:
|
||||||
chibi: main.scm
|
chibi: main.scm
|
||||||
chibi-scheme main.scm ${INPUTS}
|
chibi-scheme main.scm ${INPUTS}
|
||||||
chicken: main.scm
|
chicken: main.scm
|
||||||
/opt/chicken/bin/csi -script main.scm ${INPUTS}
|
PATH=/opt/chicken/bin:$$PATH csi -script main.scm ${INPUTS}
|
||||||
gauche: main.scm
|
gauche: main.scm
|
||||||
gosh main.scm ${INPUTS}
|
gosh main.scm ${INPUTS}
|
||||||
guile: main.scm
|
guile: main.scm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue