SUBDIRS=utils lib doc

tclweather.tcl:  $(SUBDIRS)

$(SUBDIRS)::
	cd $@ && $(MAKE) 

.PHONY: $(SUBDIRS)
