Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ help: ## Show Help

dep: ## Install dependencies
go get -d -v ./...
go get -u github.com/mitchellh/gox
go install -v github.com/mitchellh/gox@latest

certs: ## Build SSL certificates
mkdir certs
Expand All @@ -35,5 +35,5 @@ build-all: ## Build for every architectures.

clean:
rm -rf certs
rm bin/$(LIGOLO_BINARY)_*
rm bin/$(RELAY_BINARY)_*
rm bin/$(LIGOLO_BINARY)*
rm bin/$(RELAY_BINARY)*