#57: libusb host program for PLX NET20DC debug device ----------------------------+----------------------------------------------- Reporter: stuge | Owner: somebody Type: enhancement | Status: new Priority: major | Milestone: Component: code | Version: Resolution: | Keywords: usb ehci debug Dependencies: | Patchstatus: there is no patch ----------------------------+----------------------------------------------- Comment (by stuge):
#can't attach the Makefile so here it is: LDFLAGS=-lusb TARGET=usb_debug_io SRC=$(TARGET).c
$(TARGET): $(SRC) gcc -Wall -g -o $@ $(SRC) $(LDFLAGS)
clean: rm -f $(TARGET)