Compare commits
2 Commits
0384e120c1
...
148b853ffa
| Author | SHA1 | Date |
|---|---|---|
|
|
148b853ffa | |
|
|
902ce4706e |
3
Makefile
3
Makefile
|
|
@ -1,7 +1,8 @@
|
|||
.SILENT: test
|
||||
PREFIX=/usr/local
|
||||
SCHEME=chibi
|
||||
IMAGE=${SCHEME}:latest
|
||||
DOCKER_TAG=latest
|
||||
IMAGE=${SCHEME}:${DOCKER_TAG}
|
||||
RNRS=r7rs
|
||||
|
||||
all: build
|
||||
|
|
|
|||
|
|
@ -52,12 +52,6 @@ append_dirs="${append_dirs#:}"
|
|||
prepend_dirs="${prepend_dirs#,}"
|
||||
append_dirs="${append_dirs#,}"
|
||||
|
||||
case ${input_file:-} in
|
||||
*.sps) output_file="${input_file%.sps}";;
|
||||
*.scm) output_file="${input_file%.scm}";;
|
||||
*) echo "Error, invalid input file"; exit 1;;
|
||||
esac
|
||||
|
||||
prefix="#!/usr/bin/env -S"
|
||||
case $rnrs in
|
||||
R6RS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue