diff --git a/Makefile b/Makefile index 448e3c1..2fba5b6 100644 --- a/Makefile +++ b/Makefile @@ -35,12 +35,6 @@ else LDLIBS += -lssh2 endif -ifeq ($(OS),Linux) -ifeq ($(CXX),clang++) - CXX += -std=c++11 -Wno-potentially-evaluated-expression -endif -endif - ifeq ($(OS),Windows_NT) CXXFLAGS += -static CXX += -I/include -DWIN32 diff --git a/README.md b/README.md index 421d742..641dba9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Cross-platform Code Editor +[![Build Status](https://travis-ci.org/timw4mail/Tyro.svg?branch=master)](https://travis-ci.org/timw4mail/Tyro) (Linux Build Only) + ## Planned Features * Syntax Highlighting