Allow to use CLANG instead of GCC

This commit is contained in:
Ilya V. Matveychikov 2015-07-30 18:37:16 +03:00
parent 1402d5b5d2
commit 077dd6e74a

View File

@ -21,7 +21,8 @@ endif
c_flags =-D__UNIX__ $(extra_c_flags)
CC = gcc
# CC=clang allowed
CC ?= gcc
.SUFFIXES:
.SUFFIXES: .c .o