aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/rakyll/goini/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/rakyll/goini/Makefile')
-rw-r--r--Godeps/_workspace/src/github.com/rakyll/goini/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Godeps/_workspace/src/github.com/rakyll/goini/Makefile b/Godeps/_workspace/src/github.com/rakyll/goini/Makefile
deleted file mode 100644
index bc67d570d..000000000
--- a/Godeps/_workspace/src/github.com/rakyll/goini/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-test:
- go test
-
-format:
- gofmt -w *.go
-
-.PHONY: format test