Skip to content

Commit

Permalink
update makefile to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Nov 18, 2013
1 parent 8516e03 commit 2b884d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)
all: deps
@mkdir -p bin/
@echo "$(OK_COLOR)==> Building$(NO_COLOR)"
@bash --norc -i ./scripts/build.sh
@bash --norc -i ./scripts/devcompile.sh

deps:
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
Expand Down

0 comments on commit 2b884d1

Please sign in to comment.