diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |