Merge pull request #3 from TanLuong/feat/build-web-target-8992183357680984026

Add build-web target to root Makefile
This commit is contained in:
Nhat Tan 2026-03-25 10:14:32 +07:00 committed by GitHub
commit 6b503ca745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -307,6 +307,11 @@ docker-clean:
docker rmi picoclaw:latest picoclaw:full 2>/dev/null || true
## build-web: Build the web frontend and backend
build-web:
@echo "Building web interface..."
@cd web && $(MAKE) build
## build-macos-app: Build PicoClaw macOS .app bundle (no terminal window)
build-macos-app:
@echo "Building macOS .app bundle..."