diff options
| -rw-r--r-- | examples/Makefile | 4 | ||||
| -rw-r--r-- | src/Makefile | 2 |
2 files changed, 3 insertions, 3 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: 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) |
