Correct mode for installed file

windows
Nakidai 2023-11-23 20:13:59 +03:00
parent c120ca4e5a
commit 9d50bb4071
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PREFIX ?= /usr/local
all: mycfetch all: mycfetch
install: mycfetch install: mycfetch
install -m 644 mycfetch $(PREFIX)/bin/ install -m 555 mycfetch $(PREFIX)/bin/
clean: clean:
rm -f mycfetch rm -f mycfetch