4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
snippet raylibBuildLinux
|
|
cc $1.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -o $1
|
|
./$1
|