From 4875209e0e47511dcf22eccf818ff841c50db1f1 Mon Sep 17 00:00:00 2001 From: MichaelFiber Date: Sun, 17 Sep 2023 14:53:36 -0400 Subject: [PATCH] Fix makefile comment --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 4ccfc6b67..da714cd8e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -630,6 +630,8 @@ else endif # 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 $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)