1 2 3 4 5 6 7 8 9 10 11
main: make clean make bin echo "Please run \"sudo make install\" to install the program." clean: cargo clean bin: cargo build --release install: install -Dm755 -t /bin/ target/release/qfetch chmod +x /bin/qfetch