Make sure rcore.o gets compiled in more situations
Currently doing the following: ``` make touch rcore_desktop.c make ``` Will not result in rcore.o getting compiled again, despite that rcore_desktop.c was changed
This commit is contained in:
parent
18bedbd095
commit
e837956e8a
|
|
@ -634,6 +634,7 @@ endif
|
|||
|
||||
# Compile core module
|
||||
rcore.o : rcore.c raylib.h rlgl.h utils.h raymath.h rcamera.h rgestures.h
|
||||
rcore.o : rcore_android.c rcore_desktop.c rcore_drm.c rcore_template.c rcore_web.c
|
||||
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)
|
||||
|
||||
# Compile rglfw module
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user