diff --git a/Makefile b/Makefile
index 6a046c09d88569d75d852b015f46b202e72db673..4f39b92b70bd4aa1becadbbf589b6ea408849401 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,7 @@ prepare:
 $(prepared_stamp):
 	$(MAKE) prepare
 
-images:
-	for profile in $(PROFILES); do $(MAKE) image/$$profile; done
+images: $(patsubst %,image/%,$(PROFILES))
 
 clean:
 	rm -rf $(GLUON_BUILDDIR)