1
0

Merge pull request #158 from worktycho/master

Allow the user to override the compiler using env variables.
This commit is contained in:
Alexander Harkness 2013-09-10 12:58:44 -07:00
commit f8f0a4c4b7

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