Skip to content

Instantly share code, notes, and snippets.

View quazi-irfan's full-sized avatar

Quazi Irfan quazi-irfan

View GitHub Profile
@quazi-irfan
quazi-irfan / Makefile
Created November 8, 2023 19:25 — forked from ceberly/Makefile
Row vs. Column access patterns
default:
gcc -O0 -g3 -Wall -Wextra -Wconversion -Wdouble-promotion \
-Wno-unused-parameter -Wno-unused-function -Wno-sign-conversion \
main.c
format:
clang-format -i main.c