targets = csecoc pecoc probing wap costing debug_io

all: $(targets)
	for dir in $(targets); do \
          $(MAKE) -C $$dir; \
        done
clean:
	for dir in $(targets); do \
          $(MAKE) -C $$dir clean; \
        done
