mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 22:12:47 +08:00
12 lines
134 B
Diff
12 lines
134 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3,6 +3,8 @@
|
|
T= rings
|
|
CONFIG= ./config
|
|
|
|
+CFLAGS+= -fPIC
|
|
+
|
|
include $(CONFIG)
|
|
|
|
SRCS= src/rings.c
|