6 lines
81 B
Makefile
6 lines
81 B
Makefile
xilinx.so: xilinx.c xilinx.h
|
|
gcc $< -o $@ -ldl -shared
|
|
|
|
clean:
|
|
rm -f xilinx.so
|