about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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."