comments, clang-format and screensize

This commit is contained in:
speckitor
2026-07-06 13:12:17 +07:00
parent c426dd2d9c
commit d70dd97f1d
8 changed files with 122 additions and 93 deletions
+5
View File
@@ -1,6 +1,11 @@
all: build/game
build/game: src/*
mkdir -p build
gcc -o build/game src/* \
-I./raylib-6.0_linux_amd64/include \
-L./raylib-6.0_linux_amd64/lib \
-l:libraylib.a -lm -lX11
format:
find src/ -type f | xargs clang-format -i