# Last edited on 2010-03-12 15:22:34 by stolfi

EXAMPLES := \
  logos-exemplo

all: examples

examples:
	for ex in ${EXAMPLES} ; do \
	  ${MAKE} -k -f $$ex.make ; \
        done
