summaryrefslogtreecommitdiff
path: root/bit_test/Makefile
blob: d62bb86fc293e133384cf0dae3b237d03e0913d1 (about) (plain)
1
2
3
4
5
CC=gcc
CFLAGS=-O2 -mavx2 -Wall -Werror -pedantic -std=gnu23

test_positive_int:
	$(CC) ${CFLAGS} ./test_positive_int.c -o ./test_positive_int