aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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