aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5fc211..a5c13fd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,8 @@ UNAME := $(shell uname)
ifeq ($(UNAME), Linux)
CC=clang --std=gnu99
-CXX=clang --std=gnu++11
else
CC=clang --std=c99
-CXX=clang --std=c++11
endif
CFLAGS=-Wall -Wextra -Werror -g