📦️ Add makefile

Fix #1
This commit is contained in:
Clement Desmidt 2023-05-23 10:28:41 +02:00
parent 32bf2986c6
commit c6ce2a4452

2
makefile Normal file
View File

@ -0,0 +1,2 @@
build:
pyinstaller main.py --onefile -w --hidden-import="PIL._tkinter_finder" -n drawingtraining