mirror of
https://github.com/minio/minio.git
synced 2025-01-12 23:43:22 -05:00
12 lines
138 B
Makefile
12 lines
138 B
Makefile
all: build test
|
|
.PHONY: all
|
|
|
|
test:
|
|
@godep go test
|
|
|
|
isal/isal-l.so:
|
|
@$(MAKE) --quiet -C isal lib
|
|
|
|
build: isal/isal-l.so
|
|
@godep go build
|