mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
add repl to red image
This commit is contained in:
parent
5023e88897
commit
5b5ca24a15
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -197,11 +197,11 @@ lib/chibi/ast$(SO): lib/chibi/ast.c $(INCLUDES) libchibi-scheme$(SO)
|
|||
lib/chibi.img: $(CHIBI_DEPENDENCIES) all-libs
|
||||
$(CHIBI) -d $@
|
||||
|
||||
lib/red.img: $(CHIBI_DEPENDENCIES) all-libs
|
||||
$(CHIBI) -xscheme.red -d $@
|
||||
|
||||
lib/snow.img: $(CHIBI_DEPENDENCIES) all-libs
|
||||
$(CHIBI) -mchibi.snow.commands -mchibi.snow.interface -mchibi.snow.package -mchibi.snow.utils -d $@
|
||||
$(CHIBI) -mchibi.snow.commands -d $@
|
||||
|
||||
lib/red.img: $(CHIBI_DEPENDENCIES) all-libs
|
||||
$(CHIBI) -xscheme.red -mchibi.repl -d $@
|
||||
|
||||
doc: doc/chibi.html doc-libs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue