diff --git a/Makefile b/Makefile index aac70f1..a658db0 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ run: - go run *.go + @go run *.go