diff --git a/Makefile b/Makefile index 1cfdafe..53f79a1 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .PHONY: all test -all: test build +all: test build_receiver -build: - go build -o bin/receiver ./app +build_receiver: + go build -o bin/receiver ./cli/receiver test: go test ./... \ No newline at end of file