Window creation

This commit is contained in:
rendo 2026-03-10 09:42:01 +05:00
commit c3f3466bc4
2 changed files with 20 additions and 1 deletions

View file

@ -1,4 +1,4 @@
CFLAGS=$(cat compiler_flags.txt//"\n"/" ")
CFLAGS=$(shell cat compiler_flags.txt)
build/raylib-test-linux.x86_64 : main.cpp
mkdir -p build