minor update for gcc and g++ detection
This commit is contained in:
parent
ff18558c53
commit
a8564649b3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -170,8 +170,8 @@ USE_SDL2 = 1
|
|||
endif
|
||||
|
||||
RM = rm -f
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
CC ?= gcc
|
||||
CXX ?= g++
|
||||
STRIP = strip
|
||||
PROG = $(NAME)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue