mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fix outdated Makefile target (#5817)
Signed-off-by: Yorgos Saslis <yorgos.work@proton.me>
This commit is contained in:
2
Makefile
2
Makefile
@@ -233,7 +233,7 @@ build-tarball: ## Build tar archive
|
||||
.PHONY: build
|
||||
build: build-agent build-server build-cli ## Build all binaries
|
||||
|
||||
release-frontend: build-frontend ## Build frontend
|
||||
release-frontend: build-ui ## Build frontend
|
||||
|
||||
cross-compile-server: ## Cross compile the server
|
||||
$(foreach platform,$(subst ;, ,$(PLATFORMS)),\
|
||||
|
||||
Reference in New Issue
Block a user