all:

clean:
	rm -f simple simple.exe *.cmi *.cmo *.cma *.cmx *.o *.obj *.a *.lib
	rm -f err.out
	rm -f testdb*

