Skip to content

Commit

Permalink
Fix linux file extension in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
guyavrhm committed Jun 26, 2021
1 parent 9662499 commit e6de977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all: mod-lin aes-unix
mod-lin:
chmod +x src/hardware/clipboard/_xorg/xcopy.sh; \
chmod +x src/hardware/clipboard/_xorg/xpaste.sh; \
chmod +x src/info/linres.bat;
chmod +x src/info/linres.sh;
endif
ifeq ($(UNAME_S),Darwin)
all: mod-mac aes-unix
Expand Down

0 comments on commit e6de977

Please sign in to comment.