Merge pull request #68 from ucb-bar/rebar-dev-clean

[rebar] fix make clean
This commit is contained in:
alonamid
2019-04-18 14:29:40 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -89,5 +89,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
# general cleanup rule
#########################################################################################
.PHONY: clean
clean: clean-scala
clean:
rm -rf $(build_dir) $(sim_prefix)-*

View File

@@ -93,5 +93,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
# general cleanup rule
#########################################################################################
.PHONY: clean
clean: clean-scala
clean:
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h