Merge pull request #158 from worktycho/master
Allow the user to override the compiler using env variables.
This commit is contained in:
commit
f8f0a4c4b7
@ -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