install/makefile

This commit is contained in:
Ole Algoritme
2023-03-01 21:00:20 +01:00
parent d888b0285a
commit ac4721dde9

View File

@@ -2,3 +2,5 @@ all:
gcc -D_POSIX_C_SOURCE -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
install:
cp gddr6 /usr/local/bin/