diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -403,6 +403,9 @@ dist release: distclean doc -.PHONY: tags +.PHONY: tags check tags: ctags -R . + +check: busybox + cd testsuite && ./runtest |