aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2022-01-22 20:10:44 -0800
committerTad Fisher <129148+tadfisher@users.noreply.github.com>2022-02-12 17:19:39 -0800
commitde580749e2852b5e6e2c3e3eba6613a48c40adbb (patch)
treeaf117b3cc639d696f501ed0a08ca8833f777a4ce /Makefile
parent869828656788bd3d6f0b2fea02760d8489f4f7c1 (diff)
Add Nix flake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88ed5f4..999a677 100644
--- a/Makefile
+++ b/Makefile
@@ -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