Makefile: Remove gofmt goal

This commit is contained in:
Cheer Xiao 2014-03-30 15:05:44 +08:00
parent 06a0760ede
commit afd2057a04

View File

@ -20,12 +20,9 @@ coverage/%: %
coverage: $(PKG_COVERAGES)
gofmt:
gofmt -tabwidth=4 -w .
z-%.go: %.go
go tool cgo -godefs $< > $@
pre-commit: gofmt edit/tty/z-types.go
pre-commit: edit/tty/z-types.go
.PHONY: all elvish elvishd test coverage gofmt pre-commit
.PHONY: all elvish elvishd test coverage pre-commit