diff --git a/Examples/python/performance/Makefile b/Examples/python/performance/Makefile index c6a1e9e98..c580801b4 100644 --- a/Examples/python/performance/Makefile +++ b/Examples/python/performance/Makefile @@ -10,6 +10,8 @@ include ../../Makefile SUBDIRS := constructor func hierarchy operator hierarchy_operator +.PHONY : all $(SUBDIRS) + all : $(SUBDIRS:%=%-build) @for subdir in $(SUBDIRS); do \ echo Running $$subdir test... ; \