Skip to content

Commit

Permalink
Add clean to .PHONY list in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 22, 2013
1 parent a2e6e8b commit 3f4c9a5
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 @@ -28,4 +28,4 @@ test: deps
@echo "$(OK_COLOR)==> Testing Packer...$(NO_COLOR)"
go test ./...

.PHONY: all deps format test updatedeps
.PHONY: all clean deps format test updatedeps

0 comments on commit 3f4c9a5

Please sign in to comment.