spiegel_podman/vendor/github.com/containers/luksy/Makefile
Paul Holzinger 2c2299ad85
bump buildah to latest
Also includes a small change to make us of
https://github.com/containers/buildah/pull/5039

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-09-14 11:20:48 +02:00

14 lines
162 B
Makefile

GO = go
BATS = bats
all: luksy
luksy: cmd/luksy/*.go *.go
$(GO) build -o luksy ./cmd/luksy
clean:
$(RM) luksy luksy.test
test:
$(GO) test
$(BATS) ./tests