Window creation
This commit is contained in:
parent
c4fc4b2a65
commit
c3f3466bc4
2 changed files with 20 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue