all repos — pw @ 56ad0e841f177e2587b2fc3b45a35ebc6c9ee0ac

minimal password store

Makefile (view raw)

1PREFIX ?= /usr
2
3install:
4	@install -Dm755 pw $(DESTDIR)$(PREFIX)/bin/pw
5
6uninstall:
7	@rm -f $(DESTDIR)$(PREFIX)/bin/pw