diff options
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 |