Skip to content

Commit

Permalink
Delete dependency resolution for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Mar 20, 2022
1 parent 4945789 commit 059562b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MK_JAIL := scripts/mkJailForDebianFamily.sh
MK_MAN := scripts/mkManpages.sh
RELEASE := scripts/release.sh

build: deps ## Build mimixbox and make man-pages
build: ## Build mimixbox and make man-pages
go build "-ldflags=-s -w" -trimpath -o $(APP) cmd/mimixbox/main.go
$(MAKE) doc
$(MAKE) licenses
Expand Down Expand Up @@ -48,9 +48,6 @@ release: ## Make release files.
licenses: ## Get licenses for dependent libraries
-@go-licenses save ./cmd/mimixbox --force --save_path "licenses/"

deps: ## Dependency resolution for build
go mod vendor

pre_ut:
@echo "Clean test directory."
-@rm -rf /tmp/mimixbox/ut/*
Expand Down

0 comments on commit 059562b

Please # to comment.