all:
	cd src; make -f Makefile

install:
	cd src; make -f Makefile install

clean:
	cd src; make -f Makefile clean
