Commit 4f60d3f8 authored by infernaler's avatar infernaler

Update Makefile.win

There are spaces instead of tabs and this is causing an error.
parent 6736a5bc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment