소스 검색

fix: build does not need manpage anymore

tags/v0.10.10
Jérôme Deuchnord 2 년 전
부모
커밋
6aea5b60ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -6,7 +6,7 @@ tests:
LANG=C python3 -m poetry run pytest tests/*.py

.PHONY: build
build: manpage
build:
poetry build

.PHONY: manpage


불러오는 중...
취소
저장