diff --git a/Makefile b/Makefile index c7af4a60..b13c5b01 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ FOLDER_LIB=lib UNAME=$(shell uname) -CC=gcc -CPP=g++ +CC:=gcc +CPP:=g++ CC_FLAGS=-Wall -g