AppFlowy/frontend/Makefile
2021-11-20 09:34:43 +08:00

13 lines
202 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