all:
	cd src; make -f Makefile.module

install:
	cd src; make -f Makefile.module install

clean:
	cd src; make -f Makefile.module clean
