#

SUBDIRS = lib cmd examples

all:
	@for d in ${SUBDIRS} ; \
	do \
		$(MAKE) -C $$d ; \
	done

