elvish-stub -> stubimpl

This commit is contained in:
Qi Xiao 2016-02-21 12:49:24 +01:00
parent c29d342b07
commit de66cbe8d5
3 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ all: get test
get:
go get .
cc ./elvish-stub/main.c -o $(GOPATH)/bin/elvish-stub
cc ./stubimpl/main.c -o $(GOPATH)/bin/elvish-stub
test:
go test ./...
: ./elvish-stub/test.sh
: ./stubimpl/test.sh
cover/%: %
mkdir -p cover