blob: 1c6786f7e7f020591b055b95c8b33de47420b118 [file] [log] [blame]
BASEDIR:=..
include $(BASEDIR)/Makefile.rules
SUBDIRS=org
all: allsubs
clean: cleanme cleansubs
cleanme:
rm -f *.class
$(TARGETS:%=%subs): %subs :
for dir in $(SUBDIRS) ; do \
(cd $$dir && pwd && $(MAKE) $(MFLAGS) $*) || exit 1 ; \
done