From ebdd6fa36bf538108465e45595ac4c8f4c876270 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 1 Nov 2018 00:08:20 -0400 Subject: [PATCH] added large example --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)