mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -05:00
12 lines
136 B
Makefile
12 lines
136 B
Makefile
all: build test
|
|
.PHONY: all
|
|
|
|
test:
|
|
@godep go test
|
|
|
|
isal/isal-l.a:
|
|
@$(MAKE) --quiet -C isal lib
|
|
|
|
build: isal/isal-l.a
|
|
@godep go build
|