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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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