Makefile: "clean" should also remove test helpers

Make "clean" also remove the imgtype helper.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #216
Approved by: rhatdan

Closes: #216
Approved by: rhatdan
This commit is contained in:
Nalin Dahyabhai 2017-07-12 11:09:33 -04:00 committed by Atomic Bot
parent 98c4e0d970
commit 8e36b22a71
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ imgtype: *.go docker/*.go util/*.go tests/imgtype.go
.PHONY: clean
clean:
$(RM) buildah
$(RM) buildah imgtype
$(MAKE) -C docs clean
.PHONY: docs