Update Makefile.win

There are spaces instead of tabs and this is causing an error.
This commit is contained in:
infernaler 2015-07-03 14:25:50 +03:00
parent 6736a5bce4
commit 4f60d3f8bd

View File

@ -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