mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Makefile: Remove gofmt goal
This commit is contained in:
parent
06a0760ede
commit
afd2057a04
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user