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
|
||||
|
||||
Reference in New Issue
Block a user