first commit
This commit is contained in:
commit
53e0268e7a
21 changed files with 35816 additions and 0 deletions
8
build.fish
Normal file
8
build.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set links -lX11 -lXi -lXcursor -ldl -lpthread -lm -lGL
|
||||
set options -g -pthread -std=gnu23
|
||||
set defines -D_GNU_SOURCE
|
||||
|
||||
clang -o build/3d src/main.c $options $links || exit 1
|
||||
build/3d
|
||||
Loading…
Add table
Add a link
Reference in a new issue