OpenCores
URL https://opencores.org/ocsvn/usb_fpga_2_13/usb_fpga_2_13/trunk

Subversion Repositories usb_fpga_2_13

[/] [usb_fpga_2_13/] [trunk/] [examples/] [all/] [ucecho/] [c/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
GCC=gcc -pipe -g
2
 
3
all: UCEcho
4
 
5
UCEcho: UCEcho.c
6
        $(GCC) UCEcho.c -lusb -o UCEcho
7
 
8
clean:
9
        rm -f *.o *.old *.bak *~
10
 
11
distclean:
12
        rm -f UCEcho

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.