#comment3
all: 
	cd src && make
	cp src/maxAlike .
clean: 
	cd src && make clean && cd ..
	rm -f maxAlike 
	

.PHONY: clean
