aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2017-10-14 12:25:36 +0200
committerraysan5 <raysan5@gmail.com>2017-10-14 12:25:36 +0200
commit4909f9711c327db22166adfa6e1cf60007847d56 (patch)
treef2cd6374d6a65551eeea7cabd67f99d9735385f4 /src
parent0d8a994d9570c29780f4bb6977e8d52d538bba72 (diff)
downloadraylib-4909f9711c327db22166adfa6e1cf60007847d56.tar.gz
raylib-4909f9711c327db22166adfa6e1cf60007847d56.zip
Small tweak, remove tabs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2545fd59..95b739c2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -160,7 +160,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),OSX)
# OSX default compiler
CC = clang
- endif
+ endif
endif
ifeq ($(PLATFORM),PLATFORM_RPI)
ifeq ($(RPI_CROSS_COMPILE),YES)