aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 284da9b..a1f8f85 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ SRC != find src -name '*.c'
OBJ = ${SRC:.c=.o}
WARNINGS = -Wall -Werror
-CFLAGS = ${WARNINGS} -ansi -pedantic -fpic
+CFLAGS = ${WARNINGS} -ansi -pedantic -fPIC
LFLAGS =
all: ${OBJ} liblist.so