Clean up makefile and some Kawa code
This commit is contained in:
parent
fde563496f
commit
a9391739cd
3
Makefile
3
Makefile
|
@ -82,9 +82,6 @@ test-r7rs-docker:
|
||||||
docker build --build-arg COMPILE_R7RS=${COMPILE_R7RS} --tag=compile-r7rs-test-${COMPILE_R7RS} .
|
docker build --build-arg COMPILE_R7RS=${COMPILE_R7RS} --tag=compile-r7rs-test-${COMPILE_R7RS} .
|
||||||
docker run -v "${PWD}":/workdir -w /workdir -t compile-r7rs-test-${COMPILE_R7RS} sh -c "make && make install && make clean-test COMPILE_R7RS=${COMPILE_R7RS} test-r7rs"
|
docker run -v "${PWD}":/workdir -w /workdir -t compile-r7rs-test-${COMPILE_R7RS} sh -c "make && make install && make clean-test COMPILE_R7RS=${COMPILE_R7RS} test-r7rs"
|
||||||
|
|
||||||
clean-snow:
|
|
||||||
rm -rf snow
|
|
||||||
|
|
||||||
clean-test:
|
clean-test:
|
||||||
rm -rf test
|
rm -rf test
|
||||||
|
|
||||||
|
|
|
@ -302,7 +302,7 @@
|
||||||
" "
|
" "
|
||||||
"-Dkawa.import.path=\""
|
"-Dkawa.import.path=\""
|
||||||
,@(map (lambda (item)
|
,@(map (lambda (item)
|
||||||
(string-append item "/*.sld:" item ":"))
|
(string-append item "/*.sld:"))
|
||||||
(append prepend-directories append-directories))
|
(append prepend-directories append-directories))
|
||||||
"\" "
|
"\" "
|
||||||
"--r7rs"
|
"--r7rs"
|
||||||
|
|
Loading…
Reference in New Issue