summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 5359766..8dbe1ee 100644
--- a/makefile
+++ b/makefile
@@ -245,4 +245,6 @@ test: all
PATH=".:${PATH}" ./sloccount testcode
@echo "Ending test."
+# Support "make check"
+check: test