
all:
	make -f build/Makefile.xmovie

install:
	make -f build/Makefile.xmovie install

clean:
	make -f build/Makefile.xmovie clean

