better make

This commit is contained in:
2026-02-16 01:45:00 -06:00
parent f809cb05f0
commit 9dbe699033

View File

@@ -9,6 +9,8 @@
CELL_SHOP = $(HOME)/.cell
CELL_CORE_PACKAGE = $(CELL_SHOP)/packages/core
doit: bootstrap
maker: install
makecell:
@@ -62,8 +64,7 @@ bootstrap:
meson compile -C build_bootstrap
cp build_bootstrap/cell .
cp build_bootstrap/libcell_runtime.dylib .
@echo "Bootstrap complete. Cell shop initialized at $(CELL_SHOP)"
@echo "Now run 'make' to rebuild with cell itself."
@echo "Bootstrap complete. Run cell like ./cell --dev to use a local shop at .cell."
# Clean build artifacts
clean: