aboutsummaryrefslogtreecommitdiff
path: root/Makefile.windows
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.windows')
-rw-r--r--Makefile.windows20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.windows b/Makefile.windows
index ed8d0c4..533cbb6 100644
--- a/Makefile.windows
+++ b/Makefile.windows
@@ -1,10 +1,10 @@
-ifeq ($(findstring 86, $(ProgramFiles)), )
- PROGFILES := C:/Program Files
-else
- PROGFILES := C:/Program Files (x86)
-endif
-
-GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1
-GNU_VERSION := 4.7.3
-GNU_PREFIX := arm-none-eabi
-
+ifeq ($(findstring 86, $(ProgramFiles)), )
+ PROGFILES := C:/Program Files
+else
+ PROGFILES := C:/Program Files (x86)
+endif
+
+GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1
+GNU_VERSION := 4.7.3
+GNU_PREFIX := arm-none-eabi
+