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 | 1dea63bc263ccb8f35728d41e51804d01c7cc06d (patch) | |
tree | 2566b2e6305f893a43d1600f5a9bbd9e81625605 /Makefile | |
parent | 240d446a809a69e5ea53f379621246b37d5b8fae (diff) |
Added README.md and changed Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ password: password.c gcc -o output password.c -lsodium +install: all + cp output spwdg + sudo mv spwdg /usr/bin +uninstall: + sudo rm /usr/bin/spwdg |