#
# $FML$
#

all: doc

doc:
	(cd tutorial ; make )
	(cd tech ; make )

clean:
	(cd tutorial ; make clean )
	(cd tech ; make clean )
