SUBDIRS = src

it: all

test:

all install clean:
	@set -x; for i in $(SUBDIRS); do (cd $$i; $(MAKE) $@); done
