aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-05-15 20:49:45 +0900
committermattn <mattn.jp@gmail.com>2012-05-15 20:49:45 +0900
commitd9c069459a46ea7bb816514ecb795902fd2c398b (patch)
treecae9418115fd01a57f00cd043bc0d1dd55bd1972
parentremove Makefile. (diff)
downloadgolite-d9c069459a46ea7bb816514ecb795902fd2c398b.tar.gz
golite-d9c069459a46ea7bb816514ecb795902fd2c398b.tar.xz
remove Makefile.
-rw-r--r--example/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/example/Makefile b/example/Makefile
deleted file mode 100644
index 0d12cfc..0000000
--- a/example/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-include $(GOROOT)/src/Make.inc
-
-TARG = main
-GOFILES = main.go
-
-include $(GOROOT)/src/Make.cmd