diff options
author | Case Duckworth | 2023-08-13 21:30:10 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-13 21:30:10 -0500 |
commit | e8e981671660ab90750c06b54699669a6eb69cc1 (patch) | |
tree | 00480df14d92b4a806445e25e5c7896f60b22650 /Makefile | |
parent | Moved things around (pt 2) (diff) | |
download | chicanery-multiple-impls.tar.gz chicanery-multiple-impls.zip |
Remove talk of impls that apparently don't work multiple-impls
(looking at you guile and chibi)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile index fabb64e..0b332f5 100644 --- a/Makefile +++ b/Makefile | |||
@@ -31,13 +31,9 @@ guile: supported | |||
31 | guile -L . -l /tmp/chicanery.guile-bootstrap | 31 | guile -L . -l /tmp/chicanery.guile-bootstrap |
32 | 32 | ||
33 | .PHONY: gambit | 33 | .PHONY: gambit |
34 | gambit: supported chicanery\#.scm | 34 | gambit: supported |
35 | gsi . -e '(import (chicanery))' - | 35 | gsi . -e '(import (chicanery))' - |
36 | 36 | ||
37 | .PHONY: chibi | ||
38 | chibi: supported | ||
39 | chibi-scheme -I. -mchicanery | ||
40 | |||
41 | .PHONY: cyclone | 37 | .PHONY: cyclone |
42 | cyclone: unsupported | 38 | cyclone: unsupported |
43 | @echo "Cyclone is unsupported." | 39 | @echo "Cyclone is unsupported." |