Do not compile a static executable.

This commit is contained in:
Alexander Andreev 2023-12-03 19:00:55 +04:00
parent 031a7c6892
commit 2c30c9e195
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -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*)