@@ -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
The note is not visible to the blocked user.