Commit 3735cf7b authored by Russ Cox's avatar Russ Cox

exp/terminal: fix build on non-Linux using Makefiles

The Makefiles will go away soon.

R=agl
CC=golang-dev
https://golang.org/cl/5544081
parent e5ed3a53
......@@ -8,7 +8,7 @@ TARG=exp/terminal
GOFILES=\
terminal.go\
ifneq ($(GOOS),windows)
ifeq ($(GOOS),linux)
GOFILES+=\
util.go
endif
......
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