mirror of
https://github.com/yquake2/maptools.git
synced 2024-11-10 06:31:43 +00:00
Take the compiler from the environment.
Not all systems have gcc.
This commit is contained in:
parent
b3009e9b7e
commit
5b99fbe4bc
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -29,11 +29,6 @@ endif
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
# The compiler
|
|
||||||
CC := gcc
|
|
||||||
|
|
||||||
# ----------
|
|
||||||
|
|
||||||
# Base CFLAGS.
|
# Base CFLAGS.
|
||||||
#
|
#
|
||||||
# -O2 are enough optimizations.
|
# -O2 are enough optimizations.
|
||||||
|
|
Loading…
Reference in a new issue