passes corax+

This commit is contained in:
Nicholas Orlowsky 2023-08-31 18:17:53 -04:00
parent e5464e0bc5
commit 43a638ff84
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
3 changed files with 264 additions and 21 deletions

View file

@ -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