1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
2003-05-13 00:14:04 +00:00

8 lines
109 B
Makefile

all: myhdl.vpi
myhdl.vpi: myhdl.c myhdl_table.c
iverilog-vpi myhdl.c myhdl_table.c
clean:
-rm *.o *.vpi