From 57c23dcedeb448769e66761a5e2faa7320427b9f Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Jun 2025 15:05:58 -0500 Subject: added key image to README.md --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7b7489..ef12eb2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3