Fixed build
This commit is contained in:
parent
598ac64ba0
commit
a50f9332bd
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
PREFIX=/usr/local
|
||||
|
||||
build:
|
||||
printf "#!/bin/sh\nash -r7 -L ${PREFIX}/lib/compile-r7rs/snow ${PREFIX}/lib/compile-r7rs/main.scm \"\$$@\"\n" > compile-r7rs
|
||||
printf "#!/bin/sh\nsash -r7 -L ${PREFIX}/lib/compile-r7rs/snow ${PREFIX}/lib/compile-r7rs/main.scm \"\$$@\"\n" > compile-r7rs
|
||||
|
||||
snow:
|
||||
rm -rf snow
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
'(chibi
|
||||
cyclone
|
||||
gauche
|
||||
guile
|
||||
;guile
|
||||
kawa
|
||||
loko
|
||||
mosh
|
||||
|
|
Loading…
Reference in New Issue