Skip to content

Commit

Permalink
delete nonexistent tasks in the makefile (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan committed Jan 30, 2023
1 parent 62619d7 commit bc59552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ clean: ## Clean build bundles
-rm -f ./pkg/version/z_update_version.go
-rm -rf ./_build/bundles

build-all: build-local-darwin-all build-local-ubuntu-all build-local-centos-all build-local-darwin-arm64-all build-local-windows-all ## Build all platforms (darwin, linux, windows)
build-all: build-local-darwin-all build-local-linux-all build-local-darwin-arm64-all build-local-windows-all ## Build all platforms (darwin, linux, windows)

build-local-darwin: ## Build kusion tool chain for macOS
# Delete old artifacts
Expand Down

0 comments on commit bc59552

Please sign in to comment.