Makefileadaption for proper status output + interpreter reduction

Šī revīzija ir iekļauta:
Dirk Alders 2023-06-08 08:22:32 +02:00
vecāks c47c20e0d6
revīzija aef99580e1
2 mainīti faili ar 2 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -37,7 +37,7 @@ except ImportError:
logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
__INTERPRETER__ = (2, 3)
__INTERPRETER__ = (3, )
"""The supported Interpreter-Versions"""
__DESCRIPTION__ = """This Module helps implementing state machines."""
"""The Module description"""

Parādīt failu

@ -8,5 +8,5 @@ all: $(LOGFILES)
python3 $< > $@
clean:
@echo "\e[1m * Example logs...\e[0m"
@echo -e "\e[1m * Example logs...\e[0m"
@rm -f $(LOGFILES)