Update Makefile
This commit is contained in:
parent
b5f281bacd
commit
c1432386a5
1 changed files with 5 additions and 5 deletions
10
src/Makefile
10
src/Makefile
|
@ -443,10 +443,10 @@ endif
|
||||||
# OBJS = $(patsubst %.c, %.o, $(wildcard *.c))
|
# OBJS = $(patsubst %.c, %.o, $(wildcard *.c))
|
||||||
|
|
||||||
# Define object required on compilation
|
# Define object required on compilation
|
||||||
OBJS = core.o \
|
OBJS = rcore.o \
|
||||||
shapes.o \
|
rshapes.o \
|
||||||
textures.o \
|
rtextures.o \
|
||||||
text.o \
|
rtext.o \
|
||||||
utils.o
|
utils.o
|
||||||
|
|
||||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||||
|
@ -455,7 +455,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(RAYLIB_MODULE_MODELS),TRUE)
|
ifeq ($(RAYLIB_MODULE_MODELS),TRUE)
|
||||||
OBJS += models.o
|
OBJS += rmodels.o
|
||||||
endif
|
endif
|
||||||
ifeq ($(RAYLIB_MODULE_AUDIO),TRUE)
|
ifeq ($(RAYLIB_MODULE_AUDIO),TRUE)
|
||||||
OBJS += raudio.o
|
OBJS += raudio.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue