mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
elvish-stub -> stubimpl
This commit is contained in:
parent
c29d342b07
commit
de66cbe8d5
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user