sc = $(wildcard ../scenarios_real-world-artificial-obstacles/*) .phony: all test48 all: @echo "Run from `build` directory:" @echo "\tmake -f ../Makefile.tests -j 32 test48" test48: $(addprefix out/test48/, $(notdir $(sc))) @echo "$<" out/test48/%: $(sc) nice bash ../scripts/test_scenario.sh $@ 20 $< test48