Files
marte_dev_tools/examples/simple/Makefile
T

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