diff options
author | Tad Fisher <tadfisher@gmail.com> | 2022-01-22 20:10:44 -0800 |
---|---|---|
committer | Tad Fisher <129148+tadfisher@users.noreply.github.com> | 2022-02-12 17:19:39 -0800 |
commit | de580749e2852b5e6e2c3e3eba6613a48c40adbb (patch) | |
tree | af117b3cc639d696f501ed0a08ca8833f777a4ce /Makefile | |
parent | 869828656788bd3d6f0b2fea02760d8489f4f7c1 (diff) | |
download | pass-otp-de580749e2852b5e6e2c3e3eba6613a48c40adbb.tar.gz pass-otp-de580749e2852b5e6e2c3e3eba6613a48c40adbb.zip |
Add Nix flake
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -35,6 +35,8 @@ lint: $(MAKE) -C test lint test: - $(MAKE) -C test + $(MAKE) -C test all -.PHONY: install uninstall lint test +check: lint test + +.PHONY: install uninstall lint test check |