mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
Linux Permissions (cont)
- Added chmod +x commands for shell scripts (casefn.sh & Build.sh)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user