diff --git a/Makefile b/Makefile index f36388c..564845b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=clang -CFLAGS=-Wall -Wextra -Werror -Os -I/usr/local/include -fblocks +CFLAGS=-Wall -Wextra -Werror -Os -I/usr/local/include -fblocks -fPIC OBJECTS=refuse.o deque.o LIB=librefuse.a