Helper make target to launch SBT | Move SBT_OPTS to SBT variable
This commit is contained in:
@@ -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
|
||||
#########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user