summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2022-01-10 12:20:15 -0500
committerGitHub <noreply@github.com>2022-01-10 18:20:15 +0100
commit5cf0519928a99fa976623981991a4b8d1b0b3eb9 (patch)
tree426ed91efad90a39acdacacc935f1b8498d8447d /Makefile
parent5dce5c14e410c595e53869d6d595d88db1dbf474 (diff)
add deb and rpm building (#1501)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23ff6f4f..56ec8b13 100644
--- a/Makefile
+++ b/Makefile
@@ -49,4 +49,4 @@ version:
.PHONY: style
style:
- flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src
+ flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src,dist