Make wants tabs

This commit is contained in:
Sam Handler 2015-09-24 10:59:16 -07:00
parent 22c2d6cf21
commit 0bda98899e
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
all: all:
build build
init: init:
bundle bundle
dev: init dev: init
bundle exec middleman server bundle exec middleman server
build: init build: init
bundle exec middleman build bundle exec middleman build