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 | |||
403 | 403 | ||
404 | 404 | ||
405 | 405 | ||
406 | .PHONY: tags | 406 | .PHONY: tags check |
407 | tags: | 407 | tags: |
408 | ctags -R . | 408 | ctags -R . |
409 | |||
410 | check: busybox | ||
411 | cd testsuite && ./runtest | ||