diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ PREFIX_BIN ?= $(PREFIX)/usr/bin install: @install -DT pinentry-rofi.scm $(PREFIX_BIN)/pinentry-rofi-guile +.PHONY: test +test: + @./test.scm + |
index : pinentry-rofi | ||
Rofi frontend to pinentry | Matěj Cepl <mcepl@cepl.eu> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 4 |
@@ -6,3 +6,7 @@ PREFIX_BIN ?= $(PREFIX)/usr/bin install: @install -DT pinentry-rofi.scm $(PREFIX_BIN)/pinentry-rofi-guile +.PHONY: test +test: + @./test.scm + |