ソースを参照

fix: build does not need manpage anymore

tags/v0.10.10
コミット
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


読み込み中…
キャンセル
保存