Linux Permissions

Attempt to fix the permission issue that some users are hitting with the Linux build.
This commit is contained in:
Wayne Warthen
2021-07-11 18:45:41 -07:00
parent f89d609de2
commit 39185fa8b3
6 changed files with 6 additions and 6 deletions

View File

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