Makefile: add missing packages

This commit is contained in:
Cheer Xiao 2014-02-11 12:24:20 +08:00
parent f5d6fdc6da
commit 736b83c73e

View File

@ -1,5 +1,5 @@
EXE := elvish
PKGS := edit eval parse util
PKGS := edit eval parse util service elvishd .
PKG_PATHS := $(addprefix ./,$(PKGS)) # go tools want an explicit ./
PKG_COVERAGES := $(addprefix coverage/,$(PKGS))