AppFlowy/frontend/Makefile

13 lines
230 B
Makefile
Raw Normal View History

2021-11-06 15:27:30 +00:00
.PHONY: flowy_dev install_cargo_make
2021-11-06 12:35:04 +00:00
2021-11-06 15:27:30 +00:00
flowy_dev: install_cargo_make
2021-11-06 12:35:04 +00:00
cargo make flowy_dev
2021-11-16 08:19:49 +00:00
install_cargo_make:
2021-11-06 15:27:30 +00:00
cargo install --force cargo-make
2021-11-16 08:19:49 +00:00
brew bundle
2021-11-06 15:27:30 +00:00
2021-11-06 12:35:04 +00:00
install_rust:
2021-11-16 08:25:45 +00:00
brew bundle
rustup-init -y --default-toolchain=nightly