diff --git a/compile b/compile index 75c8ad2..a717db4 100755 --- a/compile +++ b/compile @@ -16,7 +16,7 @@ while [[ $# > 0 ]];do done CC=clang -CFLAGS="-Wall -Werror -pedantic" +CFLAGS="-Wall -Wextra -Werror -pedantic" LIBFLAGS="-fPIC -shared" INCLUDE="$(find src -type d | xargs -I{} echo -n "-I{} ")"