Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version = 1.0-SNAPSHOT
|
||||
jar = target/ktormgenerator-$(version).jar
|
||||
native-output = target/ktormgenerator-$(version)-linux-static
|
||||
|
||||
.PHONY = all
|
||||
|
||||
all: $(native-output)
|
||||
|
||||
$(native-output): $(jar)
|
||||
native-image --static --no-fallback --no-server -jar $< $@
|
||||
|
||||
$(jar):
|
||||
mvn package
|
||||
Reference in New Issue
Block a user