9 lines
97 B

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