瀏覽代碼

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


Loading…
取消
儲存