Have global location to store jar files (avoid issue with sbt assembly caching)

This commit is contained in:
abejgonzalez
2023-05-26 13:14:06 -07:00
parent aff98d77fe
commit b65d8ef6c6
6 changed files with 8 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ $(output_dir)/%.fsdb: $(output_dir)/% $(sim_debug)
#########################################################################################
.PHONY: clean clean-sim clean-sim-debug
clean:
rm -rf $(gen_dir) $(sim_prefix)-* ucli.key
rm -rf $(CLASSPATH_CACHE) $(gen_dir) $(sim_prefix)-* ucli.key
clean-sim:
rm -rf $(model_dir) $(build_dir)/vc_hdrs.h $(sim) $(sim).daidir ucli.key