retroforth/doc/Building.md
crc 27792aa76e don't rebuild the image unless doing make all
FossilOrigin-Name: 461d5fb1412f24a3f5b5d8ea712bff4744c9a7bab59d00248920252cb798e21d
2017-11-08 11:36:28 +00:00

383 B

Building RETRO

To rebuild the core binaries, a simple make should suffice. This will leave you with bin/rre and bin/repl, as well as the bin/listener (wrapper for rre).

If you make changes to the image sources (in literate) or to interfaces/rre.forth, you'll need to do a full build (toolchain + image + interfaces). This can be done by issuing a make all command.