Kaynağa Gözat

Fixes misuse of spaces in GLFW demo Makefiles

Timothy Qiu 9 yıl önce
ebeveyn
işleme
440f2f7cbc
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      demo/glfw_opengl2/Makefile
  2. 1 1
      demo/glfw_opengl3/Makefile

+ 1 - 1
demo/glfw_opengl2/Makefile

@@ -15,7 +15,7 @@ else
 	ifeq ($(UNAME_S),Darwin)
 	ifeq ($(UNAME_S),Darwin)
 		LIBS = -lglfw3 -framework OpenGL -lm
 		LIBS = -lglfw3 -framework OpenGL -lm
 	else
 	else
-    LIBS = -lglfw -lGL -lm -lGLU
+		LIBS = -lglfw -lGL -lm -lGLU
 	endif
 	endif
 endif
 endif
 
 

+ 1 - 1
demo/glfw_opengl3/Makefile

@@ -15,7 +15,7 @@ else
 	ifeq ($(UNAME_S),Darwin)
 	ifeq ($(UNAME_S),Darwin)
 		LIBS = -lglfw3 -framework OpenGL -lm -lGLEW
 		LIBS = -lglfw3 -framework OpenGL -lm -lGLEW
 	else
 	else
-    LIBS = -lglfw -lGL -lm -lGLU -lGLEW
+		LIBS = -lglfw -lGL -lm -lGLU -lGLEW
 	endif
 	endif
 endif
 endif