# Webster
SHELL=/bin/sh

SUBDIRS=Library Daemon Clients Documentation

all install clean spotless debug::
	for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) $(MFLAGS) $@); done

spotless::
	-rm *~
