From b34a0dd3be2ebb87f7e1f6ad5574c872ab7f11a4 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 29 Dec 2014 14:58:09 -0800 Subject: [PATCH] Fix indentation in makefile --- makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/makefile b/makefile index 45ca3f8..eae17ad 100644 --- a/makefile +++ b/makefile @@ -3,12 +3,12 @@ ifeq ($(OS),Windows_NT) echo "Use MSVC Solution/Project" else - UNAME = $(shell uname -s) + UNAME = $(shell uname -s) - ifeq ($(UNAME),Linux) - TARGET=bin/hgr2rgb.elf - endif - ifeq ($(UNAME),Darwin) + ifeq ($(UNAME),Linux) + TARGET=bin/hgr2rgb.elf + endif + ifeq ($(UNAME),Darwin) TARGET=bin/hgr2rgb.osx endif endif