Minor Makefile fixes

This commit is contained in:
Jerry Zhao 2019-05-07 21:49:48 -07:00
parent 758993d3e9
commit 2f2243df40
1 changed files with 2 additions and 2 deletions

View File

@ -94,4 +94,4 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
#########################################################################################
.PHONY: clean
clean:
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h
rm -rf $(sim_dir)/generated-src/* csrc $(sim_prefix)-* ucli.key vc_hdrs.h