cri-o/test/bin2img/Makefile
Nalin Dahyabhai 893593272f Use build tags for bin2img and copyimg
Use the same build tags for bin2img and copyimg that we use for ocid,
and improve detection of the case where we need to use the
"libdm_no_deferred_remove" tag.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-31 11:57:19 -05:00

6 lines
100 B
Makefile

bin2img: $(wildcard *.go)
go build -tags "$(BUILDTAGS)" -o $@
.PHONY: clean
clean:
rm -f bin2img