Linux Permissions (cont)

- Added chmod +x  commands for shell scripts (casefn.sh & Build.sh)
This commit is contained in:
Wayne Warthen
2021-07-12 14:22:02 -07:00
parent 10724379c4
commit f126b9ff63
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ endif
SUBDIRS= bst uz80as zx cpmtools bin2asm lzsa
all:
chmod +x casefn.sh
@for i in $(SUBDIRS) ; do \
(cd $$i ; make all ) \
done