summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTwinaphex2015-06-04 09:11:51 +0200
committerTwinaphex2015-06-04 09:11:51 +0200
commit79f6be55360028a68b48d69d7a922da69eef9aa5 (patch)
tree9e12bb649e7eefff47c5e8fcdee5dafc96364f1f
parentac83fb25f0c7f59350b92819e83e8fdecb7fc397 (diff)
parentf1fde9dc4db1415fcd40c965a0feb639cc0ae4fc (diff)
downloadsnes9x2002-79f6be55360028a68b48d69d7a922da69eef9aa5.tar.gz
snes9x2002-79f6be55360028a68b48d69d7a922da69eef9aa5.tar.bz2
snes9x2002-79f6be55360028a68b48d69d7a922da69eef9aa5.zip
Merge pull request #10 from Kivutar/patch-1
Unhardcode CC in the 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