summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-01 20:18:28 -0400
committerDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-01 20:18:28 -0400
commit7bfa200baafec69dac53d4294a9fbc7b8639b292 (patch)
tree99d2d23df27961593f201d2ac50734ba2f478741
parentb0f65f043ac265f63d018de0b0f55e9acf944da3 (diff)
downloadsloccount-git-7bfa200baafec69dac53d4294a9fbc7b8639b292.tar.gz
makefile: Support "make check"
-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