diff --git a/makefile b/makefile index f7a612d..2c0c5d5 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,5 @@ #!/usr/bin/make -f -FLAGS = -O3 -pedantic -Wall -Wextra -Werror -Wuseless-cast -Wuninitialized \ - -Walloc-size -Walloc-zero -Wduplicated-branches -Wduplicated-cond +FLAGS = -O3 -pedantic -Wall -Wextra -Werror AnnaConnect: connect4.c cc $(FLAGS) -o connect4 connect4.c