Files
2026-01-28 13:32:32 +01:00

13 lines
149 B
Makefile

MDT=../../build/mdt
all: check build
check:
$(MDT) check main.marte
build:
$(MDT) build -o output.marte main.marte
fmt:
$(MDT) fmt main.marte