Update Makefile

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
Halimao 2024-01-20 23:01:43 +08:00 committed by GitHub
parent 379099963c
commit bc6234aad3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)/*