소스 검색

Simplified Makefile

Jan Potocki 5 년 전
부모
커밋
526749deed
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1
    5
      Makefile

+ 1
- 5
Makefile 파일 보기

@@ -1,10 +1,6 @@
1 1
 CXXFLAGS =	-O3 -Wall -std=c++11
2 2
 
3
-ifeq ($(OS),Windows_NT)
4
-	detected_OS := Windows
5
-else
6
-	detected_OS := $(shell uname)
7
-endif
3
+detected_OS := $(shell uname)
8 4
 ifeq ($(detected_OS),Darwin)
9 5
     CXXFLAGS += -stdlib=libc++
10 6
 endif

Loading…
취소
저장