aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a0542b9..537a699 100644
--- a/Makefile
+++ b/Makefile
@@ -26,11 +26,7 @@ uninstall:
"$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \
"$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
-test:
- make -C tests
-
lint:
shellcheck -s bash $(PROG).bash
-
-.PHONY: install uninstall test lint
+.PHONY: install uninstall lint