mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
10 lines
97 B
Makefile
10 lines
97 B
Makefile
|
.PHONY: all build-image test
|
||
|
|
||
|
all: build-image test
|
||
|
|
||
|
build-image:
|
||
|
./prepare.sh
|
||
|
|
||
|
test:
|
||
|
./run.sh
|