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

Subversion Repositories usb_nand_reader

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/usb_nand_reader/trunk/pc/Makefile
0,0 → 1,17
SRC=main.c\
actions.c\
nand_vendors.c
CC=gcc
TGT=client
LIBUSB=/usr/include/libusb-1.0
CFLAGS=-I. -I./include -I$(LIBUSB)
LIBS=-L. -lusb-1.0
 
all:
$(CC) $(CFLAGS) $(SRC) -o $(TGT) $(LIBS)
clean:
@if[ -f $(TGT) ]; then\
rm -f $(TGT)
@fi;

powered by: WebSVN 2.1.0

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