This repository has been archived on 2024-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
test2gis/Makefile

10 lines
185 B
Makefile

# HACK: sbt seems to ignore JAVA_HOME by default, force it to use the correct jdk.
sbt = sbt $(sbt_args)
sbt_args = -java-home $(JAVA_HOME)
run:
$(sbt) run
clean:
$(sbt) clean