Added Flecs, license comments and created the project outline.
This commit is contained in:
parent
d716b6cea7
commit
7be714b81f
16 changed files with 127682 additions and 5 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
CC := cc
|
||||
CFLAGS := -Wall -Wextra -std=c99 -pedantic -ggdb -O2
|
||||
LIBS :=
|
||||
LIBS := -lm
|
||||
# if this is set to gl, it will use OpenGL, otherwise it will use Vulkan
|
||||
BACKEND := gl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue