SUBDIRS = $(shell ls targets/)
RELEASE = $(addprefix release-,,$(SUBDIRS))
$(RELEASE):
echo "Your logic"
.PHONY: $(RELEASE)