fix make clean

This commit is contained in:
abejgonzalez 2019-04-18 14:25:37 -07:00
parent 5b8eb27c80
commit e4aa81b2f8
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