all:
	make -C src -f Makefile.lnx

clean:
	make -C src -f Makefile.lnx clean
