aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-11-11 21:36:22 +0900
committermattn <mattn.jp@gmail.com>2011-11-11 21:36:22 +0900
commit6c2d2c4b6b7ae45782a575d21b44892158cf447b (patch)
tree3723b57fa013d30ab191aa95d901dabc3ce632f6 /example/Makefile
downloadgolite-6c2d2c4b6b7ae45782a575d21b44892158cf447b.tar.gz
golite-6c2d2c4b6b7ae45782a575d21b44892158cf447b.tar.xz
first import.
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
new file mode 100644
index 0000000..0d12cfc
--- /dev/null
+++ b/example/Makefile
@@ -0,0 +1,6 @@
+include $(GOROOT)/src/Make.inc
+
+TARG = main
+GOFILES = main.go
+
+include $(GOROOT)/src/Make.cmd