Skip to content

Commit

Permalink
fix: build does not need manpage anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Deuchnord committed Mar 20, 2022
1 parent ea428c8 commit 6aea5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tests:
LANG=C python3 -m poetry run pytest tests/*.py

.PHONY: build
build: manpage
build:
poetry build

.PHONY: manpage
Expand Down

0 comments on commit 6aea5b6

Please sign in to comment.