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

13 lines
154 B
Makefile

MDT=../../build/mdt
all: check build
check:
$(MDT) check src/*.marte
build:
$(MDT) build -o app_full.marte src/*.marte
fmt:
$(MDT) fmt src/*.marte