1
0
This repository has been archived on 2020-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
2007-02-22 14:22:31 +00:00

8 lines
111 B
Makefile

CFLAGS=-Wall
xilinx.so: xilinx.c xilinx.h
gcc $(CFLAGS) $< -o $@ -ldl -lusb -shared
clean:
rm -f xilinx.so