Update clean target in Makefile to remove test.conf

Remove test.conf from the clean target in Makefile.
This commit is contained in:
Cary R.
2026-05-21 09:27:48 -07:00
committed by GitHub
parent 0d74d5b211
commit 6a6ff90197
+1 -1
View File
@@ -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