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/] [examples/] [all/] [ucecho/] [c/] [Makefile] - Rev 2
Compare with Previous | Blame | View Log
GCC=gcc -pipe -g
all: UCEcho
UCEcho: UCEcho.c
$(GCC) UCEcho.c -lusb -o UCEcho
clean:
rm -f *.o *.old *.bak *~
distclean:
rm -f UCEcho