diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 18d9f8a..0000000 --- a/Makefile +++ /dev/null @@ -1,12 +0,0 @@ - -PREFIX ?= -PREFIX_BIN ?= $(PREFIX)/usr/bin - -.PHONY: install -install: - @install -DT pinentry-rofi.scm $(PREFIX_BIN)/pinentry-rofi-guile - -.PHONY: test -test: - @./test.scm - |