Skip to content

Commit

Permalink
update makefile with make all target
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Apr 19, 2024
1 parent caa5ea2 commit 7a44fc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.PHONY: build test docs env
.PHONY: build test docs env all
all:
make lint && make build && make test
build:
python -m pip install -vv -e .
test:
Expand Down

0 comments on commit 7a44fc0

Please sign in to comment.