build: go build -o beretta src/*.go run: go run src/*.go build-container: podman build -t beretta . clean: rm beretta