From 1dea63bc263ccb8f35728d41e51804d01c7cc06d Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Jun 2025 15:05:58 -0500 Subject: Added README.md and changed Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 013d033..e7b7489 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3