DIR = Bubblesort ClrArr all: neu test: @-$(foreach VAR,$(DIR), -$(shell make -k -i -C $(VAR))) neu: for i in $(DIR); do make -k -C $$i; done;