diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,4 +29,7 @@ uninstall: lint: shellcheck -s bash $(PROG).bash -.PHONY: install uninstall lint +test: + $(MAKE) -C test + +.PHONY: install uninstall lint test |
index : pass-otp | ||
Passage-compatible fork of pass-otp. Retains pass compatibility. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 5 |
@@ -29,4 +29,7 @@ uninstall: lint: shellcheck -s bash $(PROG).bash -.PHONY: install uninstall lint +test: + $(MAKE) -C test + +.PHONY: install uninstall lint test |