mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
Makefile: Comment service and elvishd packages for now
This commit is contained in:
parent
c51c4e2bec
commit
ed8f84e869
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
EXE := elvish
|
EXE := elvish
|
||||||
PKGS := edit eval parse util service elvishd sys
|
PKGS := edit eval parse util sys #service elvishd
|
||||||
PKG_PATHS := $(addprefix ./,$(PKGS)) # go tools want an explicit ./
|
PKG_PATHS := $(addprefix ./,$(PKGS)) # go tools want an explicit ./
|
||||||
PKG_COVERAGES := $(addprefix coverage/,$(PKGS))
|
PKG_COVERAGES := $(addprefix coverage/,$(PKGS))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user