all: gen

gen:
	${MAKE} -C exporter
	${MAKE} -C importer
	${MAKE} -C storage

.PHONY: all plakar install check test gen
