mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
7 lines
No EOL
91 B
Makefile
7 lines
No EOL
91 B
Makefile
all: test
|
|
|
|
test:
|
|
go test -v .
|
|
|
|
ex:
|
|
cd examples && ls *.go | xargs go build -o /tmp/ignore
|