#This is a minimal makefile

doc:
	doxygen > log/doxylog	#Flush all the crap in a log file

clean:
	make -C solveur/ clean

drop:
	make -C generator/ drop

build:
	make -C solveur/ build
