passes corax+
This commit is contained in:
parent
e5464e0bc5
commit
43a638ff84
3 changed files with 264 additions and 21 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,10 @@
|
|||
build:
|
||||
gcc ./main.c
|
||||
gcc ./main.c -g -lSDL2 -lGL
|
||||
|
||||
run: build
|
||||
./a.out
|
||||
|
||||
debug: build
|
||||
gdb ./a.out
|
||||
format:
|
||||
clang-format ./*.c -i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue