Helper make target to launch SBT | Move SBT_OPTS to SBT variable

This commit is contained in:
abejgonzalez
2020-11-20 16:09:07 -08:00
parent c6e49e0716
commit 6f827456c8
2 changed files with 13 additions and 4 deletions

View File

@@ -218,6 +218,14 @@ dramsim_lib = $(dramsim_dir)/libdramsim.a
$(dramsim_lib):
$(MAKE) -C $(dramsim_dir) $(notdir $@)
#######################################
# Helper to run SBT #
#######################################
.PHONY: launch-sbt
launch-sbt:
cd $(base_dir) && $(SBT)
#########################################################################################
# print help text
#########################################################################################