Remove rcore.h from Makefile

This commit is contained in:
MichaelFiber 2023-09-17 14:54:01 -04:00
parent 4875209e0e
commit ca9c45c8af

View File

@ -632,7 +632,7 @@ endif
# Compile all modules with their prerequisites # Compile all modules with their prerequisites
# Compile core module # Compile core module
rcore.o : rcore.c raylib.h rlgl.h utils.h raymath.h rcamera.h rgestures.h rcore.h rcore.o : rcore.c raylib.h rlgl.h utils.h raymath.h rcamera.h rgestures.h
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)
# Compile rglfw module # Compile rglfw module