add makefile

This commit is contained in:
2023-02-09 23:48:15 +01:00
parent ee1d6346ba
commit 8cfab9951d

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
default: run
run:
cargo run
run-release:
[ -e "${PWD}/target/release/sync-ssh-keys" ] || cargo build --release
${PWD}/target/release/sync-ssh-keys