commit | 4e05da89f3629b6c763f1821afaeee8beb6bb56d | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Mon Nov 19 19:47:56 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Mon Nov 19 19:47:56 2001 +0000 |
tree | 949a284828ba32d4080a8b351176f062a1a6b547 | |
parent | 36c613a4437b20986dbca9385d79a76288753c6b [diff] [blame] |
Add a check target.
diff --git a/Makefile b/Makefile index 30412c8..44ea53f 100644 --- a/Makefile +++ b/Makefile
@@ -403,6 +403,9 @@ -.PHONY: tags +.PHONY: tags check tags: ctags -R . + +check: busybox + cd testsuite && ./runtest