1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

build(python): drop changelog target from makefile

This commit is contained in:
matejcik 2021-07-28 16:06:27 +02:00 committed by matejcik
parent e7c40c9560
commit 2ab8972cf2

View File

@ -18,7 +18,6 @@ dist: doc clean
$(SETUP) bdist_wheel
doc:
make -C .. changelog
$(PYTHON) helper-scripts/make-options-rst.py
clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts