Single tab in makefile

This commit is contained in:
Sam Handler 2015-09-24 11:31:17 -07:00
parent b593502dcb
commit 462167521e
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ init:
bundle
dev: init
bundle exec middleman server
bundle exec middleman server
build: init
bundle exec middleman build
bundle exec middleman build