mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Add a clean target to the Makefile
This commit is contained in:
parent
9ab04e953b
commit
f415fc18ef
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -10,6 +10,9 @@ all:
|
|||
@echo "$(OK_COLOR)==> Building$(NO_COLOR)"
|
||||
@./scripts/build.sh
|
||||
|
||||
clean:
|
||||
@rm -rf bin/ local/ pkg/ src/ website/.sass-cache website/build
|
||||
|
||||
format:
|
||||
go fmt ./...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue