Files
gddr6/Makefile
2022-12-03 20:08:58 +01:00

7 lines
65 B
Makefile

all:
gcc -O3 -Wall -o gddr6 gddr6.c -lpci
clean:
rm -f gddr6