## Makefile for Palm LiveJournal

SUBDIRS = pilot-link

all clean::
	@for d in $(SUBDIRS) ; do \
	(cd $$d; make $@); done
