summaryrefslogtreecommitdiff
path: root/bit_test/Makefile
diff options
context:
space:
mode:
authorstderr64 <stderr64@null.net>2026-02-06 21:53:12 +0200
committerstderr64 <stderr64@null.net>2026-02-06 21:53:12 +0200
commit319f308b49786c9fcd3a77aa4f234df08eb2fc83 (patch)
treec74a0d8d88594cc5ca71773d8a3fda3861b5186b /bit_test/Makefile
parent1b7cac8b58a437acbfe6a8d84658cf42c823fd78 (diff)
downloadexperiments-master.tar.gz
experiments-master.tar.zst
Added experiment showing how to detect is integer positive or negativeHEADmaster
Diffstat (limited to 'bit_test/Makefile')
-rw-r--r--bit_test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bit_test/Makefile b/bit_test/Makefile
new file mode 100644
index 0000000..d62bb86
--- /dev/null
+++ b/bit_test/Makefile
@@ -0,0 +1,5 @@
+CC=gcc
+CFLAGS=-O2 -mavx2 -Wall -Werror -pedantic -std=gnu23
+
+test_positive_int:
+ $(CC) ${CFLAGS} ./test_positive_int.c -o ./test_positive_int