diff options
| author | raysan5 <raysan5@gmail.com> | 2017-10-14 12:25:36 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2017-10-14 12:25:36 +0200 |
| commit | 4909f9711c327db22166adfa6e1cf60007847d56 (patch) | |
| tree | f2cd6374d6a65551eeea7cabd67f99d9735385f4 /examples | |
| parent | 0d8a994d9570c29780f4bb6977e8d52d538bba72 (diff) | |
| download | raylib-4909f9711c327db22166adfa6e1cf60007847d56.tar.gz raylib-4909f9711c327db22166adfa6e1cf60007847d56.zip | |
Small tweak, remove tabs
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 0ac51050..b80b18fe 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -105,7 +105,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) @@ -124,7 +124,7 @@ MAKE = mingw32-make ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),LINUX) MAKE = make - endif + endif endif # Define compiler flags: |
