mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
Makefile: Default goal is now "all" depending on both exe and test
This commit is contained in:
parent
984478a351
commit
d339a236d2
4
Makefile
4
Makefile
|
@ -3,6 +3,8 @@ PKGS := edit eval parse util
|
|||
PKG_PATHS := $(addprefix ./,$(PKGS)) # go tools want an explicit ./
|
||||
PKG_COVERAGES := $(addprefix coverage/,$(PKGS))
|
||||
|
||||
all: exe test
|
||||
|
||||
exe:
|
||||
go install github.com/xiaq/elvish
|
||||
|
||||
|
@ -23,4 +25,4 @@ z-%.go: %.go
|
|||
|
||||
pre-commit: gofmt edit/tty/z-types.go
|
||||
|
||||
.PHONY: exe test coverage gofmt pre-commit
|
||||
.PHONY: all exe test coverage gofmt pre-commit
|
||||
|
|
Loading…
Reference in New Issue
Block a user