7 lines
65 B
Makefile
7 lines
65 B
Makefile
all:
|
|
gcc -O3 -Wall -o gddr6 gddr6.c -lpci
|
|
clean:
|
|
rm -f gddr6
|
|
|
|
|