all repos — pw @ 2b60c621abcaa7425260ca5e7393b9dd964f315c

minimal password store

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
PREFIX ?= /usr

install:
	@install -Dm755 pw $(DESTDIR)$(PREFIX)/bin/pw

uninstall:
	@rm -f $(DESTDIR)$(PREFIX)/bin/pw