1
0

Allow the user to override the compiler using the CC enviromental varible in the makefile

This commit is contained in:
Tycho Bickerstaff 2013-09-10 20:38:06 +01:00
parent 2ca68738b8
commit ff1cdab863

View File

@ -21,8 +21,11 @@
# Macros
#
# allow user to override compiler
# if no compiler is specified make specifies cc
ifeq ($(CC),cc)
CC = /usr/bin/g++
endif
all: MCServer/MCServer