Update clean target in Makefile to remove test.conf
Remove test.conf from the clean target in Makefile.
This commit is contained in:
parent
0d74d5b211
commit
6a6ff90197
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue