added large example

This commit is contained in:
Alex Goodman 2018-11-01 00:08:20 -04:00
parent 82014bc558
commit ebdd6fa36b
No known key found for this signature in database
GPG Key ID: 05328C611D8A520E

View File

@ -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)