URL
https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk
Subversion Repositories usb_fpga_1_2
[/] [usb_fpga_1_2/] [trunk/] [examples/] [all/] [ucecho/] [c/] [Makefile] - Rev 4
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