Fix verilator clean

This commit is contained in:
Jerry Zhao
2019-05-07 23:05:13 -07:00
parent 2f2243df40
commit cf9ef97676
3 changed files with 5 additions and 4 deletions

View File

@@ -90,4 +90,4 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
#########################################################################################
.PHONY: clean
clean:
rm -rf $(build_dir) $(sim_prefix)-*
rm -rf $(gen_dir)/* $(sim_prefix)-*