浏览代码

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


正在加载...
取消
保存