diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ else ifneq ($(findstring win,$(shell uname -a)),) endif endif -CC = gcc - ifeq ($(platform), unix) TARGET := libretro.so fpic := -fPIC |