diff options
author | mattn <mattn.jp@gmail.com> | 2012-05-15 20:49:45 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-05-15 20:49:45 +0900 |
commit | d9c069459a46ea7bb816514ecb795902fd2c398b (patch) | |
tree | cae9418115fd01a57f00cd043bc0d1dd55bd1972 | |
parent | remove Makefile. (diff) | |
download | golite-d9c069459a46ea7bb816514ecb795902fd2c398b.tar.gz golite-d9c069459a46ea7bb816514ecb795902fd2c398b.tar.xz |
remove Makefile.
-rw-r--r-- | example/Makefile | 6 |
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 |