1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

build: make dist target

This commit is contained in:
matejcik 2018-12-06 16:40:55 +01:00
parent ed1c6867f2
commit 391ff53084

View File

@ -13,6 +13,10 @@ build:
install:
$(SETUP) install
dist: clean
$(SETUP) sdist
$(SETUP) bdist_wheel
clean:
git clean -dfx -e $(EXCLUDES)