diff --git a/Makefile b/Makefile index c9d6b27..dfab5e5 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,4 @@ run: go run src/*.go flush-cache: - go run src/*.go --flush-cache - -build: build \ No newline at end of file + go run src/*.go --flush-cache \ No newline at end of file