move the retro-describe.retro to tools directory
FossilOrigin-Name: 66e8e6a3523686232131bb9c3d692e76ecfdce3143289d63e69595abbc0acdf8
This commit is contained in:
parent
cdea80bca7
commit
d480daccf6
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ ngaImage: image/rx.muri image/retro.forth bin/retro-muri bin/retro-extend
|
|||
./bin/retro-extend ngaImage image/retro.forth
|
||||
|
||||
bin/retro-describe: retro-describe.retro words.tsv
|
||||
cat retro-describe.retro words.tsv >bin/retro-describe
|
||||
cat tools/retro-describe.retro words.tsv >bin/retro-describe
|
||||
chmod +x bin/retro-describe
|
||||
|
||||
bin/retro-embedimage: tools/embedimage.c
|
||||
|
|
Loading…
Reference in a new issue