Skip to content

Commit

Permalink
fixed Windows entry in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faulhaber committed Jun 29, 2017
1 parent a9186d7 commit a6ce33c
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 @@ -10,4 +10,4 @@ mac: fcal.go
env GOOS=darwin arch=amd64 $(GOBUILD) -o fcal-mac $(SOURCE)

windows: fcal.go
env GOOS=windows arch=amd64 $(GOBUILD) -o fcal-windows $(SOURCE)
env GOOS=windows arch=amd64 $(GOBUILD) -o fcal-windows.exe $(SOURCE)

0 comments on commit a6ce33c

Please sign in to comment.