diff options
| author | 2021-08-19 01:33:46 +0300 | |
|---|---|---|
| committer | 2021-08-19 01:33:46 +0300 | |
| commit | 9d85b17d285fdda422b2bce0a6272b0ff6b2cf29 (patch) | |
| tree | c16b9a9882307bfd83ade9956be77e8b3a6780cc /makefile | |
| parent | update spec; fix default copy (diff) | |
remove old files
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -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 |
