소스 검색

Make added framework target

Former-commit-id: 3ca86938b0e5cdc5315ad044f072ab5df1009e28
Stefan Messmer 11 년 전
부모
커밋
8e6ab0feab
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -1,6 +1,6 @@
 .PHONY: all
 all: lib extras examples
-ios: lib extras lib/igl.framework/
+framework: lib extras lib/igl.framework/
 
 GG=g++
 #GG=clang++
@@ -35,8 +35,8 @@ ifeq ($(IGL_WITH_MATLAB),1)
 	EXTRAS += matlab
 endif
 ifeq ($(IGL_WITH_BBW),1)
-	EXTRA_DIRS+=include/igl/BBW
-	EXTRAS += BBW
+	EXTRA_DIRS+=include/igl/bbw
+	EXTRAS += bbw
 endif
 ifeq ($(IGL_WITH_MOSEK),1)
 	EXTRA_DIRS+=include/igl/mosek