diff options
| author | stderr64 <stderr64@null.net> | 2026-02-06 21:53:12 +0200 |
|---|---|---|
| committer | stderr64 <stderr64@null.net> | 2026-02-06 21:53:12 +0200 |
| commit | 319f308b49786c9fcd3a77aa4f234df08eb2fc83 (patch) | |
| tree | c74a0d8d88594cc5ca71773d8a3fda3861b5186b /bit_test/Makefile | |
| parent | 1b7cac8b58a437acbfe6a8d84658cf42c823fd78 (diff) | |
| download | experiments-319f308b49786c9fcd3a77aa4f234df08eb2fc83.tar.gz experiments-319f308b49786c9fcd3a77aa4f234df08eb2fc83.tar.zst | |
Diffstat (limited to 'bit_test/Makefile')
| -rw-r--r-- | bit_test/Makefile | 5 |
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 |
