From 3c0bf9740c43498c3c92c73738635b3ec085a5e5 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 10 Mar 2024 21:56:48 -0700 Subject: [PATCH] Delete init hex on clean --- hw/super6502_fpga/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/super6502_fpga/Makefile b/hw/super6502_fpga/Makefile index 8b16685..d6fcf1b 100644 --- a/hw/super6502_fpga/Makefile +++ b/hw/super6502_fpga/Makefile @@ -12,4 +12,5 @@ $(SUPER6502_FPGA_BITSTREAM): $(SUPER6502_FPGA_SOURCES) $(SUPER6502_FPGA_PROJECT) .PHONY: clean clean: rm -rf work_* - rm -rf outflow \ No newline at end of file + rm -rf outflow + rm -rf init_hex.mem \ No newline at end of file