diff options
Diffstat (limited to 'src/pkg/database/sql/driver/Makefile')
| -rw-r--r-- | src/pkg/database/sql/driver/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pkg/database/sql/driver/Makefile b/src/pkg/database/sql/driver/Makefile new file mode 100644 index 0000000000..564aaa6899 --- /dev/null +++ b/src/pkg/database/sql/driver/Makefile @@ -0,0 +1,12 @@ +# 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=database/sql/driver +GOFILES=\ + driver.go\ + types.go\ + +include ../../../../Make.pkg |
