diff options
-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 |
index : forks/busybox | ||
Busybox tree with Carbs Linux patches |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 5 |
@@ -403,6 +403,9 @@ dist release: distclean doc -.PHONY: tags +.PHONY: tags check tags: ctags -R . + +check: busybox + cd testsuite && ./runtest |