From 4f60d3f8bdba89f8d379e2e298e4fab9d569bf59 Mon Sep 17 00:00:00 2001 From: infernaler Date: Fri, 3 Jul 2015 14:25:50 +0300 Subject: [PATCH] Update Makefile.win There are spaces instead of tabs and this is causing an error. --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index e0e72990a..390267c01 100644 --- a/Makefile.win +++ b/Makefile.win @@ -28,7 +28,7 @@ serve: stamp-npm: package.json npm install - $(GRUNT) touch:npm + $(GRUNT) touch:npm stamp-bower: stamp-npm bower.json $(BOWER) install @@ -43,7 +43,7 @@ clean:: dev: clean npm install $(BOWER) update - bundler install --path=. + bundler install --path=. ######################################################################## ## Builds