Mercurial > hg > beaglert
diff Makefile @ 321:4475c0bc2aaa Doxy prerelease
Merge
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Fri, 27 May 2016 12:32:11 +0100 |
parents | 247a182adb6d 48d36405e987 |
children |
line wrap: on
line diff
--- a/Makefile Fri May 27 12:30:44 2016 +0100 +++ b/Makefile Fri May 27 12:32:11 2016 +0100 @@ -33,13 +33,13 @@ ifndef COMPILER # check whether clang is installed - TEST_COMPILER := $(shell which clang) - ifneq ($(strip $(TEST_COMPILER)), ) - # if it is installed, use it - COMPILER := clang - else +# TEST_COMPILER := $(shell which clang) +# ifneq ($(strip $(TEST_COMPILER)), ) +# # if it is installed, use it +# COMPILER := clang +# else COMPILER := gcc - endif +# endif endif ifeq ($(COMPILER), clang)