aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e7b74892ee82518bb88f4ebdfe75d5e72bb59816 (plain)
1
2
3
4
5
6
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