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