Remove redefinition of CC

Redefining CC isn't a standard thing to do in Makefiles. See more information about this over at:
https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
This commit is contained in:
Rob Loach 2018-10-11 21:54:04 -04:00 committed by GitHub
parent 9080a23913
commit 7854686903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ OBJ := build/obj
BOOTROMS_DIR ?= $(BIN)/BootROMs
# Set tools
CC := clang
ifeq ($(PLATFORM),windows32)
# To force use of the Unix version instead of the Windows version
MKDIR := $(shell which mkdir)