Ver código fonte

remove duplicate line in makefile

pull/5640/head
CrackedPixel 3 dias atrás
pai
commit
ad70ec7ab4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Ver arquivo

@ -304,7 +304,7 @@ endif
# Define library paths containing required libs: LDFLAGS
#------------------------------------------------------------------------------------------------
LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/src
LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH)
ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW)
ifeq ($(PLATFORM_OS),WINDOWS)

Carregando…
Cancelar
Salvar