Add v2009.vpi to vpi make clean target.
The vpi make clean target needs to remove v2009.vpi.
This commit is contained in:
parent
6ce96ccb68
commit
43c204ba87
|
|
@ -82,7 +82,7 @@ check: all
|
|||
clean:
|
||||
rm -rf *.o sys_readmem_lex.c dep system.vpi
|
||||
rm -f sdf_lexor.c sdf_parse.c sdf_parse.output sdf_parse.h
|
||||
rm -f va_math.vpi v2005_math.vpi
|
||||
rm -f va_math.vpi v2005_math.vpi v2009.vpi
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile config.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue