浏览代码

Update Makefile.win

There are spaces instead of tabs and this is causing an error.
infernaler 10 年之前
父节点
当前提交
4f60d3f8bd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile.win

+ 2 - 2
Makefile.win

@@ -28,7 +28,7 @@ serve:
 
 
 stamp-npm: package.json
 stamp-npm: package.json
 	npm install
 	npm install
-    $(GRUNT) touch:npm
+	$(GRUNT) touch:npm
 
 
 stamp-bower: stamp-npm bower.json
 stamp-bower: stamp-npm bower.json
 	$(BOWER) install
 	$(BOWER) install
@@ -43,7 +43,7 @@ clean::
 dev: clean
 dev: clean
 	npm install
 	npm install
 	$(BOWER) update
 	$(BOWER) update
-    bundler install --path=.
+	bundler install --path=.
 
 
 ########################################################################
 ########################################################################
 ## Builds
 ## Builds