Makefile 97 B

123456789
  1. .PHONY: all build-image test
  2. all: build-image test
  3. build-image:
  4. ./prepare.sh
  5. test:
  6. ./run.sh