mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
13 lines
230 B
Makefile
13 lines
230 B
Makefile
.PHONY: flowy_dev install_cargo_make
|
|
|
|
flowy_dev: install_cargo_make
|
|
cargo make flowy_dev
|
|
|
|
install_cargo_make:
|
|
cargo install --force cargo-make
|
|
brew bundle
|
|
|
|
install_rust:
|
|
brew bundle
|
|
rustup-init -y --default-toolchain=nightly
|