aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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