CC=gcc CFLAGS=-O2 -mavx2 -Wall -Werror -pedantic -std=gnu23 test_positive_int: $(CC) ${CFLAGS} ./test_positive_int.c -o ./test_positive_int