Skip to content

Commit

Permalink
build: fix Makefile .PHONY section
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Aug 26, 2021
1 parent 64ef52f commit f81b3f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ clean:
rm -rf .mypy_cache
rm -rf .pytest_cache

.PHONY:
release test clean
.PHONY: release test lint clean

0 comments on commit f81b3f2

Please sign in to comment.