Parcourir la source

fix: build does not need manpage anymore

tags/v0.10.10
Jérôme Deuchnord il y a 2 ans
Parent
révision
6aea5b60ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Voir le fichier

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

.PHONY: build
build: manpage
build:
poetry build

.PHONY: manpage


Chargement…
Annuler
Enregistrer