File: Makefile

package info (click to toggle)
rust-wu-diff 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: makefile: 7
file content (6 lines) | stat: -rw-r--r-- 86 bytes parent folder | download
1
2
3
4
5
6
build:
	cargo +nightly build --features clippy

publish:
	cargo package
	cargo publish