# Rname's Makefile

output:
	cargo build

install:
	cargo build
	cp target/debug/rname /bin

run:
	cargo run