mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update Makefile
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
379099963c
commit
bc6234aad3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ test: all
|
|||
lint: ## Run linters.
|
||||
$(GORUN) build/ci.go lint
|
||||
|
||||
#? clean: Clean go cache and built excutebles, and the auto generated folder
|
||||
#? clean: Clean go cache, built executables, and the auto generated folder
|
||||
clean:
|
||||
go clean -cache
|
||||
rm -fr build/_workspace/pkg/ $(GOBIN)/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue