mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Linux Permissions
Attempt to fix the permission issue that some users are hitting with the Linux build.
This commit is contained in:
@@ -8,7 +8,7 @@ SRC_FILES = $(wildcard *.c)
|
||||
OBJ_FILES = $(SRC_FILES:.c=.o)
|
||||
|
||||
all: $(BINARY) $(DEST)
|
||||
cp $(BINARY) $(DEST)
|
||||
cp -p $(BINARY) $(DEST)
|
||||
|
||||
$(DEST):
|
||||
mkdir -p $(DEST)
|
||||
|
||||
Reference in New Issue
Block a user