dont build retro-ri by default
FossilOrigin-Name: af3f386658e73288c718286849bb8433977132bf61d44ae3bba2d12432d215d7
This commit is contained in:
parent
57cbd6b8a5
commit
eee8a3835c
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -11,7 +11,11 @@ RIIO ?= io/filesystem.o io/floatingpoint.o io/gopher.o io/unix.o
|
|||
|
||||
all: build
|
||||
|
||||
build: dirs toolchain bin/RETRO12.html bin/retro bin/retro-ri bin/retro-repl
|
||||
help:
|
||||
|
||||
build: dirs toolchain bin/RETRO12.html bin/retro
|
||||
|
||||
optional: build bin/retro-ri bin/retro-repl
|
||||
|
||||
toolchain: dirs bin/retro-embedimage bin/retro-extend bin/retro-injectimage-js bin/retro-muri bin/retro-unu
|
||||
|
||||
|
|
Loading…
Reference in a new issue