about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2023-08-13 21:30:10 -0500
committerCase Duckworth2023-08-13 21:30:10 -0500
commite8e981671660ab90750c06b54699669a6eb69cc1 (patch)
tree00480df14d92b4a806445e25e5c7896f60b22650 /Makefile
parentMoved things around (pt 2) (diff)
downloadchicanery-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--Makefile6
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
34gambit: supported chicanery\#.scm 34gambit: supported
35 gsi . -e '(import (chicanery))' - 35 gsi . -e '(import (chicanery))' -
36 36
37.PHONY: chibi
38chibi: supported
39 chibi-scheme -I. -mchicanery
40
41.PHONY: cyclone 37.PHONY: cyclone
42cyclone: unsupported 38cyclone: unsupported
43 @echo "Cyclone is unsupported." 39 @echo "Cyclone is unsupported."