main: *.mlb *.sml
	mpl -default-type int64 -default-type word64 main.mlb

test: *.mlb *.sml
	mpl -default-type int64 -default-type word64 test.mlb
