Allow the user to override the compiler using the CC enviromental varible in the makefile
This commit is contained in:
parent
2ca68738b8
commit
ff1cdab863
@ -21,8 +21,11 @@
|
|||||||
# Macros
|
# Macros
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# allow user to override compiler
|
||||||
|
# if no compiler is specified make specifies cc
|
||||||
|
ifeq ($(CC),cc)
|
||||||
CC = /usr/bin/g++
|
CC = /usr/bin/g++
|
||||||
|
endif
|
||||||
|
|
||||||
all: MCServer/MCServer
|
all: MCServer/MCServer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user