Add check target to tgt-verilog/Makefile.in
Add the missing check target to Makefile.in.
This commit is contained in:
parent
e1bf2ec019
commit
0fa223434e
|
|
@ -70,6 +70,8 @@ clean:
|
|||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
||||
check: all
|
||||
|
||||
install: all installdirs $(libdir)/ivl/verilog.tgt \
|
||||
$(includedir)/vpi_user.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue