better make
This commit is contained in:
5
Makefile
5
Makefile
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user