summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-André Santoni2015-06-04 14:08:07 +0700
committerJean-André Santoni2015-06-04 14:08:07 +0700
commitf1fde9dc4db1415fcd40c965a0feb639cc0ae4fc (patch)
tree9e12bb649e7eefff47c5e8fcdee5dafc96364f1f /Makefile
parentac83fb25f0c7f59350b92819e83e8fdecb7fc397 (diff)
downloadsnes9x2002-f1fde9dc4db1415fcd40c965a0feb639cc0ae4fc.tar.gz
snes9x2002-f1fde9dc4db1415fcd40c965a0feb639cc0ae4fc.tar.bz2
snes9x2002-f1fde9dc4db1415fcd40c965a0feb639cc0ae4fc.zip
Unhardcode CC in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0330e95..c21dc7a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,6 @@ else ifneq ($(findstring win,$(shell uname -a)),)
endif
endif
-CC = gcc
-
ifeq ($(platform), unix)
TARGET := libretro.so
fpic := -fPIC