
all:
	$(CC) -c -I../sim/tmp -I/usr/local/share/verilator/include -I/usr/local/share/verilator/include/vltstd dpi_flash.cpp
clean:
	rm -f *.o
