Skip to content

Instantly share code, notes, and snippets.

@josuecau
Last active May 4, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josuecau/423f78c15f590c018a02e4e5b97f98d0 to your computer and use it in GitHub Desktop.
Save josuecau/423f78c15f590c018a02e4e5b97f98d0 to your computer and use it in GitHub Desktop.
A Makefile for Rust projects
build:
cargo build --release
check:
cargo check && cargo clippy
fmt:
cargo +nightly fmt
doc:
cargo doc --no-deps
tags:
ctags --recurse --languages=Rust src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment