Merge pull request #3 from TanLuong/feat/build-web-target-8992183357680984026
Add build-web target to root Makefile
This commit is contained in:
commit
6b503ca745
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -307,6 +307,11 @@ docker-clean:
|
||||||
docker rmi picoclaw:latest picoclaw:full 2>/dev/null || true
|
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: Build PicoClaw macOS .app bundle (no terminal window)
|
||||||
build-macos-app:
|
build-macos-app:
|
||||||
@echo "Building macOS .app bundle..."
|
@echo "Building macOS .app bundle..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue