Skip to content

Commit

Permalink
fix Makefile: be explicit about win target
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 23, 2025
1 parent 8eb5412 commit 866c9d3
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 @@ -20,7 +20,7 @@ SCEPSERVER=\

my: scepclient-$(OSARCH) scepserver-$(OSARCH)

win: scepclient-$(OSARCH).exe scepserver-$(OSARCH).exe
win: scepclient-windows-amd64.exe scepserver-windows-amd64.exe

docker: scepclient-linux-amd64 scepserver-linux-amd64

Expand Down

0 comments on commit 866c9d3

Please sign in to comment.