mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-06 06:58:31 +00:00
14 lines
248 B
Makefile
14 lines
248 B
Makefile
.PHONY: flowy_dev_install flowy_clean
|
|
|
|
flowy_dev_install:
|
|
brew bundle
|
|
rustup-init -y --default-toolchain=stable
|
|
cargo install --force cargo-make
|
|
cargo install --force duckscript_cli
|
|
cargo make flowy_dev
|
|
|
|
|
|
flowy_clean:
|
|
sh ./scripts/clean.sh
|
|
|
|
|