Skip to content

Commit 6d9e159

Browse files
committed
Set default goal to build-all in Makefile
1 parent 8e14a54 commit 6d9e159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ IMAGE ?= ghcr.io/russellluo/picoclaw
2222
TAG ?= 2025.3.25
2323
LOCAL_IMAGE ?= picoclaw:local
2424

25-
.DEFAULT_GOAL := build
25+
.DEFAULT_GOAL := build-all
2626

2727
.PHONY: help fmt test build build-csgclaw build-csgclaw-cli build-all run onboard clean package package-all release tag push publish boxlite-setup
2828

0 commit comments

Comments
 (0)