AppFlowy/frontend/Makefile

13 lines
229 B
Makefile
Raw Normal View History

2021-11-06 23:27:30 +08:00
.PHONY: flowy_dev install_cargo_make
2021-11-06 20:35:04 +08:00
2021-11-06 23:27:30 +08:00
flowy_dev: install_cargo_make
2021-11-06 20:35:04 +08:00
cargo make flowy_dev
2021-11-16 00:19:49 -08:00
install_cargo_make:
2021-11-06 23:27:30 +08:00
cargo install --force cargo-make
2021-11-16 00:19:49 -08:00
brew bundle
2021-11-06 23:27:30 +08:00
2021-11-06 20:35:04 +08:00
install_rust:
2021-11-16 00:25:45 -08:00
brew bundle
2022-01-23 11:34:41 +08:00
rustup-init -y --default-toolchain=stable