Fix makefile comment
This commit is contained in:
parent
296e5c1dcd
commit
4875209e0e
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user