Skip to content

Commit

Permalink
Fix? incbin on windows 2
Browse files Browse the repository at this point in the history
Bench: 3623609
  • Loading branch information
SzilBalazs committed Jul 18, 2023
1 parent aeaec62 commit 4c0a6c1
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 @@ -19,7 +19,7 @@ endif

ifeq ($(uname_S), Windows)
SUFFIX = .exe
CP = copy
CP = cp
else
SUFFIX =
CP = cp
Expand Down

0 comments on commit 4c0a6c1

Please sign in to comment.