diff --git a/Makefile b/Makefile index 4e2262c..ddd3dec 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -run: - go run src/*.go - build: go build -o beretta src/*.go +run: + go run src/*.go + build-container: podman build -t beretta .