Explorar el Código

Reorder one flag

pull/779/head
Ray hace 5 años
padre
commit
32e6a419c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile Ver fichero

@ -509,7 +509,7 @@ core.o : core.c raylib.h rlgl.h utils.h raymath.h camera.h gestures.h
# Compile rglfw module
rglfw.o : rglfw.c
$(CC) $(GLFW_CFLAGS) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(GRAPHICS)
$(CC) -c $< $(CFLAGS) $(GLFW_CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(GRAPHICS)
# Compile shapes module
shapes.o : shapes.c raylib.h rlgl.h

Cargando…
Cancelar
Guardar