set permissions on retro-describe

FossilOrigin-Name: 6edfead3376f3a9bbeac04fdf6a006686122ddcf0986b9c802c659a68b2f3748
This commit is contained in:
crc 2019-05-10 14:38:57 +00:00
parent 7d9bcbb7e1
commit 5c3d25bde6

View file

@ -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