MDT=../../build/mdt

all: check build

check:
	$(MDT) check main.marte

build:
	$(MDT) build -o output.marte main.marte

fmt:
	$(MDT) fmt main.marte
