Sfoglia il codice sorgente

fix: build does not need manpage anymore

tags/v0.10.10
Jérôme Deuchnord 2 anni fa
parent
commit
6aea5b60ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

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

.PHONY: build
build: manpage
build:
poetry build

.PHONY: manpage


Caricamento…
Annulla
Salva