SHELL=bash all: for ((i=0; i<1000000; i++)); do make hello; done hello: @echo "hello"