diff --git a/Makefile b/Makefile index 17942c3..ffc955f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: bchunk # For systems with GCC (Linux, and others with GCC installed): CC = gcc LD = gcc -CFLAGS = -Wall -Wstrict-prototypes -O2 +CFLAGS ?= -Wall -Wstrict-prototypes -O2 # For systems with a legacy CC: #CC = cc