.PHONY: all build-image test all: build-image test build-image: ./prepare.sh test: ./run.sh
.PHONY: all build-image test
all: build-image test
build-image:
./prepare.sh
test:
./run.sh