Skip to content

Commit

Permalink
chore(makefile) organize macros
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalmei committed Aug 24, 2018
1 parent 643dcdc commit 1cca8c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
.PHONY: clean build protos

# grpc related
SRC = clearly
PROTOC = python -m grpc_tools.protoc
PROTOS = $(SRC)/protos
COV = --cov=$(SRC) --cov-branch --cov-report=term-missing

# coverage related
COV = --cov=$(SRC) --cov-branch --cov-report=term-missing

all:
@grep "^\w.*:" makefile | cut -d: -f1
@grep -E "^\w+:" makefile | cut -d: -f1

install:
pip install -r requirements/dev.txt -r requirements/test.txt
Expand Down

0 comments on commit 1cca8c1

Please sign in to comment.