mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
.exe suffix for binary on Windows.
This commit is contained in:
parent
b4e1155855
commit
412480eb85
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -5,6 +5,9 @@
|
||||||
include $(GOROOT)/src/Make.inc
|
include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG = grumble
|
TARG = grumble
|
||||||
|
ifeq ($(GOOS),windows)
|
||||||
|
TARG:=$(TARG).exe
|
||||||
|
endif
|
||||||
|
|
||||||
PACKAGES = \
|
PACKAGES = \
|
||||||
pkg/packetdatastream \
|
pkg/packetdatastream \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue