EXAMPLES=

all:
	for v in $(EXAMPLES); do make -C $$v clean all ; done

clean:
	for v in $(EXAMPLES); do make -C $$v clean ; done
