Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Jan 2, 2024
1 parent bea964c commit c0c26f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build: install
$(PYINSTALLER) main.py \
--onefile \
--exclude pandas \
#--paths $(shell pwd) \
--paths $(shell pwd) \
--distpath dist/$(shell uname) \
--workpath build/$(shell uname) \
--log-level INFO \
Expand Down

0 comments on commit c0c26f9

Please sign in to comment.