This commit is contained in:
Ettore Di Giacinto 2025-01-23 04:49:57 +00:00 committed by GitHub
commit 8122f2ac42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 5 additions and 1348 deletions

View file

@ -334,7 +334,7 @@ rebuild: ## Rebuilds the project
$(MAKE) -C sources/go-piper clean
$(MAKE) build
prepare: prepare-sources $(OPTIONAL_TARGETS)
prepare: prepare-sources gen-assets $(OPTIONAL_TARGETS)
clean: ## Remove build related file
$(GOCMD) clean -cache