mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
update makefile to latest
This commit is contained in:
parent
8516e03eed
commit
2b884d194e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue