summaryrefslogtreecommitdiff
path: root/src/pkg/template/parse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/template/parse/Makefile')
-rw-r--r--src/pkg/template/parse/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pkg/template/parse/Makefile b/src/pkg/template/parse/Makefile
new file mode 100644
index 000000000..fe6585809
--- /dev/null
+++ b/src/pkg/template/parse/Makefile
@@ -0,0 +1,14 @@
+# Copyright 2011 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+include ../../../Make.inc
+
+TARG=template/parse
+GOFILES=\
+ lex.go\
+ node.go\
+ parse.go\
+ set.go\
+
+include ../../../Make.pkg