summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Mitton <mmitton@gmail.com>2011-02-18 07:36:12 +0100
committerMichael Mitton <mmitton@gmail.com>2011-02-18 07:36:12 +0100
commit45715bd42227aa7040c95b2831e24ae3d0c93e29 (patch)
treec1ca0254035b115532deb71cf07afeba8702e7b2 /Makefile
downloadasn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.tar
asn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.tar.gz
asn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.tar.bz2
asn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.tar.lz
asn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.tar.xz
asn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.tar.zst
asn1-ber-45715bd42227aa7040c95b2831e24ae3d0c93e29.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..acda29a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+# Copyright 2009 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 $(GOROOT)/src/Make.inc
+
+TARG=github.com/mmitton/asn1-ber
+GOFILES=\
+ ber.go\
+
+include $(GOROOT)/src/Make.pkg