Add strutil to Makefile

This commit is contained in:
Cheer Xiao 2015-02-26 17:05:36 +01:00
parent 05e97720ca
commit dfe6dfbc7b

View File

@ -1,5 +1,5 @@
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_COVERS := $(addprefix cover/,$(PKGS))