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 11:03:04 +00:00

6 lines
81 B
Makefile

xilinx.so: xilinx.c xilinx.h
gcc $< -o $@ -ldl -shared
clean:
rm -f xilinx.so