Skip to content

Commit

Permalink
Remove unused makefile targets (#1388)
Browse files Browse the repository at this point in the history
### What
Remove the watch and watch-doc makefile targets.

### Why
They're not used. Cargo watch is also deprecated and the author
recommends using other tools.
  • Loading branch information
leighmcculloch authored Nov 4, 2024
1 parent e59dcc6 commit fc32690
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,8 @@ readme:
| jq -r '.index[.root|tostring].docs' \
> README.md

watch:
cargo watch --clear --watch-when-idle --shell '$(MAKE)'

watch-doc:
cargo +nightly-2024-10-10 watch --clear --watch-when-idle --shell '$(MAKE) doc CARGO_DOC_ARGS='

fmt:
cargo fmt --all

clean:
cargo clean

bump-version:
cargo workspaces version --all --force '*' --no-git-commit --yes custom $(VERSION)

publish:
cargo workspaces publish --all --force '*' --from-git --yes

0 comments on commit fc32690

Please sign in to comment.