From 6a6ff90197318550d1439c2d64e14cbeaeb2d0db Mon Sep 17 00:00:00 2001 From: "Cary R." Date: Thu, 21 May 2026 09:27:48 -0700 Subject: [PATCH] Update clean target in Makefile to remove test.conf Remove test.conf from the clean target in Makefile. --- driver/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/Makefile.in b/driver/Makefile.in index 36b9abcd2..910d50599 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -82,7 +82,7 @@ clean: rm -f *.o cflexor.c cfparse.c cfparse.h cfparse.output rm -f iverilog@EXEEXT@ iverilog.man iverilog.pdf iverilog.ps rm -rf dep - rm -f test.conf top.vvp + rm -f top.vvp distclean: clean rm -f Makefile config.log