diff --git a/Makefile b/Makefile index b16408e..4a8f359 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=cc -CFLAGS=-static --std=c2x -O3 -Wall -Werror -Wextra -pedantic +CFLAGS=--std=c2x -O3 -Wall -Werror -Wextra -pedantic EXES = $(wildcard day*)