diff --git a/Makefile b/Makefile index 0c561d3..d199c86 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ all: clean build run: build ./build/$(BIN) build -t dive-test:latest -f .data/Dockerfile . +run-large: build + ./build/$(BIN) amir20/clashleaders:latest + build: go build -o build/$(BIN)