mirror of
https://github.com/minio/minio.git
synced 2024-12-27 07:35:55 -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
|