URL
https://opencores.org/ocsvn/usb_fpga_1_11/usb_fpga_1_11/trunk
Subversion Repositories usb_fpga_1_11
[/] [usb_fpga_1_11/] [trunk/] [docs/] [Makefile] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
.PHONY: docs java
all: java
java:
javadoc ztex ch.ntb.usb -classpath ../libusbJava-src:../java -d java
distclean:
rm -fr java
Go to most recent revision | Compare with Previous | Blame | View Log