Skip to content

Commit ce6a15f

Browse files
committed
Automation improvements for building the native deliverables
1 parent ac13288 commit ce6a15f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ prepare:
1616

1717
cli-native:
1818
export GRAALVM_HOME=$(JAVA_HOME)
19-
mvn -Pnative clean package
19+
mvn -Dnative clean package
20+
21+
dist-native:
22+
export GRAALVM_HOME=$(JAVA_HOME)
23+
mvn -Pdist -Dnative clean package
2024

2125
install:
2226
mkdir -p $(HOME)/bin

0 commit comments

Comments
 (0)