893593272f
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>
6 lines
100 B
Makefile
6 lines
100 B
Makefile
copyimg: $(wildcard *.go)
|
|
go build -tags "$(BUILDTAGS)" -o $@
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -f copyimg
|