diff options
author | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
commit | 57c23dcedeb448769e66761a5e2faa7320427b9f (patch) | |
tree | 16b8004e61e9c413f2914ae050bc3fbd9b8ecde0 /Makefile | |
parent | 2e84588ec83b453e9c1a667841200b7d77260621 (diff) |
added key image to README.md
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,6 @@ -password: password.c - gcc -o output password.c -lsodium -install: all - cp output spwdg +main: main.c + gcc -o spwdg main.c -lsodium +install: sudo mv spwdg /usr/bin uninstall: sudo rm /usr/bin/spwdg |