1
0
mirror of https://github.com/golang/go synced 2024-11-22 01:14:40 -07:00

exp/template: fix build

wrong path in Makefile. why didn't my all.bash fail?
TBR=dsymonds

R=dsymonds
CC=golang-dev
https://golang.org/cl/4630075
This commit is contained in:
Rob Pike 2011-06-29 13:55:49 +10:00
parent a733f0bcd1
commit c2e0d604ee

View File

@ -4,7 +4,7 @@
include ../../../Make.inc
TARG=template
TARG=exp/template
GOFILES=\
exec.go\
lex.go\