aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-06-22 15:05:58 -0500
committerfoswret <foswret@posteo.com>2025-06-22 15:05:58 -0500
commit57c23dcedeb448769e66761a5e2faa7320427b9f (patch)
tree16b8004e61e9c413f2914ae050bc3fbd9b8ecde0 /Makefile
parent2e84588ec83b453e9c1a667841200b7d77260621 (diff)
added key image to README.md
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
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