subdirs = self chroma

.PHONY: clean realclean

realclean clean:
	for f in $(subdirs) ; do \
		make -C$$f $@ ;  \
	done
