Improving CLI tool and improving documentation
This commit is contained in:
12
examples/simple/Makefile
Normal file
12
examples/simple/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
MDT=../../build/mdt
|
||||
|
||||
all: check build
|
||||
|
||||
check:
|
||||
$(MDT) check main.marte
|
||||
|
||||
build:
|
||||
$(MDT) build -o output.marte main.marte
|
||||
|
||||
fmt:
|
||||
$(MDT) fmt main.marte
|
||||
Reference in New Issue
Block a user