]> git.zerfleddert.de Git - usb-driver/blob - Makefile
find the device!
[usb-driver] / Makefile
1 CFLAGS=-Wall
2
3 xilinx.so: xilinx.c xilinx.h
4 gcc $(CFLAGS) $< -o $@ -ldl -lusb -shared
5
6 clean:
7 rm -f xilinx.so
Impressum, Datenschutz