Left: | ||
Right: |
OLD | NEW |
---|---|
1 # Copyright 2011 The Go Authors. All rights reserved. | 1 # Copyright 2011 The Go Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style | 2 # Use of this source code is governed by a BSD-style |
3 # license that can be found in the LICENSE file. | 3 # license that can be found in the LICENSE file. |
4 | 4 |
5 include ../../../Make.inc | 5 include ../../../Make.inc |
6 | 6 |
7 TARG=template | 7 TARG=exp/template |
8 GOFILES=\ | 8 GOFILES=\ |
9 exec.go\ | 9 exec.go\ |
10 lex.go\ | 10 lex.go\ |
11 parse.go\ | 11 parse.go\ |
12 | 12 |
13 include ../../../Make.pkg | 13 include ../../../Make.pkg |
OLD | NEW |