Files
gddr6/Makefile
Ole Algoritme a9f7f91a53 gcc flags
2023-03-01 13:41:56 +01:00

7 lines
186 B
Makefile

all:
gcc -std=c11 -O3 -Wall -Werror -Wextra -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wvla -o gddr6 gddr6.c -lpci
clean:
rm -f gddr6