mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Add strutil to Makefile
This commit is contained in:
parent
05e97720ca
commit
dfe6dfbc7b
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
EXE := elvish
|
EXE := elvish
|
||||||
PKGS := edit eval parse util sys store errutil sysutil
|
PKGS := edit eval parse util sys store errutil sysutil strutil
|
||||||
PKG_PATHS := $(addprefix ./,$(PKGS)) # go tools want an explicit ./
|
PKG_PATHS := $(addprefix ./,$(PKGS)) # go tools want an explicit ./
|
||||||
PKG_COVERS := $(addprefix cover/,$(PKGS))
|
PKG_COVERS := $(addprefix cover/,$(PKGS))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user