fix make clean
This commit is contained in:
@@ -89,5 +89,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
|
|||||||
# general cleanup rule
|
# general cleanup rule
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean-scala
|
clean:
|
||||||
rm -rf $(build_dir) $(sim_prefix)-*
|
rm -rf $(build_dir) $(sim_prefix)-*
|
||||||
|
|||||||
@@ -93,5 +93,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
|
|||||||
# general cleanup rule
|
# general cleanup rule
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean-scala
|
clean:
|
||||||
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h
|
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h
|
||||||
|
|||||||
Reference in New Issue
Block a user