Makefile 229 B

123456789101112
  1. .PHONY: flowy_dev install_cargo_make
  2. flowy_dev: install_cargo_make
  3. cargo make flowy_dev
  4. install_cargo_make:
  5. cargo install --force cargo-make
  6. brew bundle
  7. install_rust:
  8. brew bundle
  9. rustup-init -y --default-toolchain=stable