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