build:
	mlton -profile time -default-type intinf Mulog.mlb
run:
	./Mulog
profile:
	mlprof Mulog mlmon.out
clean:
	rm Mulog mlmon.out

.PHONY: build run profile clean
