Makefile 248 B

1234567891011121314
  1. .PHONY: flowy_dev_install flowy_clean
  2. flowy_dev_install:
  3. brew bundle
  4. rustup-init -y --default-toolchain=stable
  5. cargo install --force cargo-make
  6. cargo install --force duckscript_cli
  7. cargo make flowy_dev
  8. flowy_clean:
  9. sh ./scripts/clean.sh