diff --git a/Makefile b/Makefile index 3dcd2c1..8b4d3fe 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ include $(GOROOT)/src/Make.inc TARG = grumble +ifeq ($(GOOS),windows) +TARG:=$(TARG).exe +endif PACKAGES = \ pkg/packetdatastream \