For each on target of Makefile variable
问题 I've makefile which looks like follows apps = app1 app2 app3 all: dir app1 app2 app3 zip cleanup Now I want to do some loop on the list of apps varible, something like `loop on apps endloop` Is it possible in makefile to loop on it, I need to do loop on apps varible list update lets say this variable( apps ) is generated by my program in the make file, which provide for each project diffrent values of apps, sometimes its apps= app1 app2 sometimes its apps= app1 and sometimes can be 20 apps or