Fix makefile comment

This commit is contained in:
MichaelFiber 2023-09-17 14:53:36 -04:00
parent 296e5c1dcd
commit 4875209e0e

View File

@ -630,6 +630,8 @@ else
endif endif
# Compile all modules with their prerequisites # Compile all modules with their prerequisites
# 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 rcore.h
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)