fix a dependency issue w/the Makefile and .retro sources
FossilOrigin-Name: b2f631c0132739e2da32fc0716b06d050df19c90739237c887305092fc9f9823
This commit is contained in:
parent
35b898c9e4
commit
b5d7cba455
2 changed files with 6 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue