Skip to content

Commit

Permalink
fix: обновлен файл сборки
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsovin committed Jul 13, 2021
1 parent e16e4f2 commit 9df1f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 ./...

0 comments on commit 9df1f74

Please sign in to comment.