-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
17 lines (16 loc) · 691 Bytes
/
Copy pathMakefile
File metadata and controls
17 lines (16 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
t:
clj -T:build uber && java -jar target/app.jar "<mjml> \
<mj-body> \
<mj-section> \
<mj-column> \
<mj-text>Hello World</mj-text> \
</mj-column> \
</mj-section> \
</mj-body> \
</mjml>"
native:
$(GRAALVM_HOME)/bin/native-image \
-jar target/app.jar \
-H:Name=mjml-cli \
--no-fallback \
--initialize-at-build-time