Commit 9028d6bf authored by Joe Poirier's avatar Joe Poirier Committed by Russ Cox

windows: append executable extension (done as per Russ' suggestion)

R=rsc
CC=brainman, golang-dev
https://golang.org/cl/1690053
parent 0432f289
......@@ -11,6 +11,10 @@ QUOTED_GOROOT:=$(subst $(space),\ ,$(GOROOT))
include $(QUOTED_GOROOT)/src/Make.common
ifeq ($(GOOS),windows)
TARG:=$(TARG).exe
endif
PREREQ+=$(patsubst %,%.make,$(DEPS))
$(TARG): _go_.$O $(OFILES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment