fix a dependency issue w/the Makefile and .retro sources

FossilOrigin-Name: b2f631c0132739e2da32fc0716b06d050df19c90739237c887305092fc9f9823
This commit is contained in:
crc 2019-08-29 13:18:21 +00:00
parent 35b898c9e4
commit b5d7cba455
2 changed files with 6 additions and 1 deletions

View file

@ -115,7 +115,7 @@ bin/RETRO12.html: bin/retro-injectimage-js
bin/retro-repl: source/interfaces/repl.c source/interfaces/image.c
cd source/interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../../bin/retro-repl repl.c
bin/retro: ngaImage bin/retro-embedimage bin/retro-extend source/interfaces/retro-image.c source/interfaces/retro-unix.c source/interfaces/io/unix.retro source/interfaces/io/rng.retro source/interfaces/io/sockets.retro
bin/retro: ngaImage bin/retro-embedimage bin/retro-extend source/interfaces/retro-image.c source/interfaces/retro-unix.c source/interfaces/io/filesystem.retro source/interfaces/io/floatingpoint.retro source/interfaces/io/unix.retro source/interfaces/io/rng.retro source/interfaces/io/sockets.retro source/interfaces/retro-unix.retro
cp ngaImage rre.image
./bin/retro-extend rre.image source/interfaces/io/filesystem.retro source/interfaces/io/floatingpoint.retro source/interfaces/io/unix.retro source/interfaces/io/rng.retro source/interfaces/io/sockets.retro source/interfaces/retro-unix.retro
./bin/retro-embedimage rre.image >source/interfaces/retro-image.c

View file

@ -1,5 +1,8 @@
# RETRO 2019.tbd
This is the current changelog for the next release of RETRO, which
is currently targetting a late fall release.
## Bug Fixes
- all
@ -9,6 +12,8 @@
## Build
- now rebuild if the .retro source files are updated
## Core Language
## Documentation