]> Git Repo - uclibc-ng.git/commitdiff
add a check target cause i'm lazy
authorMike Frysinger <[email protected]>
Wed, 9 Mar 2005 05:44:07 +0000 (05:44 -0000)
committerMike Frysinger <[email protected]>
Wed, 9 Mar 2005 05:44:07 +0000 (05:44 -0000)
Makefile

index 5189c98bf61646f85699c1ab54858d7e41233efe..18310cd22e493c8e1d2a16d40a1d853e07a5617d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,6 @@ defconfig: extra/config/conf
        $(INSTALL) -d include/bits
        @./extra/config/conf -d extra/Configs/Config.in
 
-
 clean:
        - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \;
        @$(RM) -r tmp lib include/bits libc/tmp _install
@@ -368,4 +367,7 @@ release: distclean
 
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 
+check:
+       $(MAKE) -C test
+
 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig
This page took 0.025445 seconds and 4 git commands to generate.