Improving CLI tool and improving documentation
This commit is contained in:
12
examples/complex/Makefile
Normal file
12
examples/complex/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user