aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 18d9f8aed2f3f69ba14ca01a06832191f5fb677a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

PREFIX ?=
PREFIX_BIN ?= $(PREFIX)/usr/bin

.PHONY: install
install:
	@install -DT pinentry-rofi.scm $(PREFIX_BIN)/pinentry-rofi-guile

.PHONY: test
test:
	@./test.scm