X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=Makefile;h=dc5c6fd1ffac16ddd2b367374c0586d6ccdfdbd4;hp=03a172fd9549af268c0d9e9a2f29dd0fc41ca7b5;hb=b6dbb95f8a8985e2b89627beb357486862286074;hpb=637d9891d03d291e62ed37c79bd85659283a3bad diff --git a/Makefile b/Makefile index 03a172f..dc5c6fd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DIRS = $(sort $(wildcard src/*)) all: for i in $(DIRS); do echo $$i; make -s -C $$i; done -#t: all +t: all # for i in $(DIRS); do echo $$i; $$i/t; done b: all for i in $(DIRS); do echo $$i; $$i/b; done