diff --git a/Makefile b/Makefile index 0db1a21..54bdd5e 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ run: build: go build -o beretta src/*.go + +clean: + rm beretta