minor update for gcc and g++ detection

This commit is contained in:
Dimitris Panokostas 2018-11-18 20:43:03 +01:00
parent ff18558c53
commit a8564649b3

View file

@ -170,8 +170,8 @@ USE_SDL2 = 1
endif
RM = rm -f
CC = gcc
CXX = g++
CC ?= gcc
CXX ?= g++
STRIP = strip
PROG = $(NAME)