Explorar el Código

fix: build does not need manpage anymore

tags/v0.10.10
Jérôme Deuchnord hace 2 años
padre
commit
6aea5b60ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

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

.PHONY: build
build: manpage
build:
poetry build

.PHONY: manpage


Cargando…
Cancelar
Guardar