summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2021-08-19 01:33:46 +0300
committerGravatar Arvydas Silanskas 2021-08-19 01:33:46 +0300
commit9d85b17d285fdda422b2bce0a6272b0ff6b2cf29 (patch)
treec16b9a9882307bfd83ade9956be77e8b3a6780cc /makefile
parentupdate spec; fix default copy (diff)
remove old files
Diffstat (limited to 'makefile')
-rw-r--r--makefile21
1 files changed, 2 insertions, 19 deletions
diff --git a/makefile b/makefile
index fc060e5..4890c1c 100644
--- a/makefile
+++ b/makefile
@@ -1,21 +1,4 @@
-.PHONY: test-guile test-gauche test-kawa test-chibi test-chicken
-
-test-guile:
- guile -L . --r7rs dictionaries-test.scm
-
-test-gauche:
- gosh -I . dictionaries-test.scm
-
-test-kawa:
- cp dictionaries.sld dictionaries.scm
- kawa dictionaries-test.scm
- rm dictionaries.scm
+.PHONY: test-chibi
test-chibi:
- chibi-scheme dictionaries-test.scm
-
-test-chicken:
- csc -R r7rs -X r7rs -sJ -o dictionaries.so dictionaries.sld
- csi -I . -R r7rs -s dictionaries-test.scm
- rm dictionaries.so
- rm dictionaries.import.scm
+ docker-compose run --rm chibi