From: Anton Blanchard Date: Tue, 19 May 2020 05:32:04 +0000 (+1000) Subject: Improve make clean X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c028f26f1e7092ef34d1c7806328a4e2fa5fba7;p=microwatt.git Improve make clean Signed-off-by: Anton Blanchard --- diff --git a/Makefile.synth b/Makefile.synth index 19a96b8..f7bdc5b 100644 --- a/Makefile.synth +++ b/Makefile.synth @@ -81,7 +81,8 @@ prog: microwatt.svf $(OPENOCD) -f $(OPENOCD_JTAG_CONFIG) -f $(OPENOCD_DEVICE_CONFIG) -c "transport select jtag; init; svf $<; exit" clean: - @rm -f work-obj08.cf *.bit *.json *.svf *.config + @rm -f work-obj08.cf *.bit *.json *.svf *.config microwatt.v microwatt-verilator + @rm -rf obj_dir/ .PHONY: clean prog .PRECIOUS: microwatt.json microwatt_out.config microwatt.bit