golang-examples/example-shell/Makefile

15 lines
166 B
Makefile

all:
go install
bash:
GO111MODULE="off" go run bash.go
env:
GO111MODULE="off" go run env.go
ls:
GO111MODULE="off" go run -v ls.go
prep:
go get ${witgoget} .