Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
build in vendor mode
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Mar 15, 2020
1 parent 7452d4b commit 4d0a6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GO111MODULE := on
.PHONY: build
build:
@echo "building dockma..."
@go build -v -o "builds/dockma" cmd/dockma.go
@go build -mod vendor -v -o "builds/dockma" cmd/dockma.go
@echo "built dockma 🐳"

.PHONY: clean
Expand Down

0 comments on commit 4d0a6f8

Please sign in to comment.