Skip to content

Commit

Permalink
added large example
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Nov 1, 2018
1 parent 82014bc commit ebdd6fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ebdd6fa

Please sign in to comment.