diff --git a/src/iqa/Makefile b/src/iqa/Makefile index 59be8a3..faed5f8 100644 --- a/src/iqa/Makefile +++ b/src/iqa/Makefile @@ -11,7 +11,7 @@ SRC= \ OBJ = $(SRC:.c=.o) INCLUDES = -I./include -CC = gcc +CC ?= gcc ifeq ($(RELEASE),1) OUTDIR=./build/release