Fixed build
This commit is contained in:
parent
598ac64ba0
commit
a50f9332bd
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
|
||||||
build:
|
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:
|
snow:
|
||||||
rm -rf snow
|
rm -rf snow
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
'(chibi
|
'(chibi
|
||||||
cyclone
|
cyclone
|
||||||
gauche
|
gauche
|
||||||
guile
|
;guile
|
||||||
kawa
|
kawa
|
||||||
loko
|
loko
|
||||||
mosh
|
mosh
|
||||||
|
|
Loading…
Reference in New Issue