diff --git a/makefile b/makefile index c5ea6faa..f17e7bbb 100644 --- a/makefile +++ b/makefile @@ -36,7 +36,7 @@ single-c: # compiler setup CC = clang -ifeq ($(CC),gcc) +ifneq ($(findstring gcc, $(CC)),) CCFLAGS = -Wno-parentheses else CCFLAGS = -Wno-microsoft-anon-tag