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 "$<" $(addprefix out/test48/, $(notdir $(sc))): $(sc) nice bash ../scripts/test_scenario.sh $@ 1000 $(addprefix ../scenarios_real-world-artificial-obstacles/, $(notdir $@)) test48