set permissions on retro-describe
FossilOrigin-Name: 6edfead3376f3a9bbeac04fdf6a006686122ddcf0986b9c802c659a68b2f3748
This commit is contained in:
parent
7d9bcbb7e1
commit
5c3d25bde6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -97,6 +97,7 @@ ngaImage: source/rx.muri source/retro.forth bin/retro-muri bin/retro-extend
|
|||
|
||||
bin/retro-describe: retro-describe.forth words.tsv
|
||||
cat retro-describe.forth words.tsv >bin/retro-describe
|
||||
chmod +x bin/retro-describe
|
||||
|
||||
bin/retro-embedimage: tools/embedimage.c
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/retro-embedimage tools/embedimage.c
|
||||
|
|
Loading…
Reference in a new issue