make clean should clean everything
Also add "make clean" for verisim"
This commit is contained in:
@@ -59,3 +59,6 @@ $(model_mk_debug): $(sim_vsrcs) $(INSTALLED_VERILATOR)
|
||||
|
||||
$(sim_debug): $(model_mk_debug) $(sim_csrcs)
|
||||
$(MAKE) VM_PARALLEL_BUILDS=1 -C $(build_dir)/$(long_name).debug -f V$(MODEL).mk
|
||||
|
||||
clean:
|
||||
rm -rf generated-src
|
||||
|
||||
@@ -57,6 +57,6 @@ $(simv_debug) : $(sim_vsrcs) $(sim_csrcs)
|
||||
+define+DEBUG -debug_pp
|
||||
|
||||
clean:
|
||||
rm -rf csrc simv-* ucli.key vc_hdrs.h
|
||||
rm -rf generated-src csrc simv-* ucli.key vc_hdrs.h
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user