Skip to content

Commit c0c26f9

Browse files
committed
Update Makefile
1 parent bea964c commit c0c26f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build: install
2424
$(PYINSTALLER) main.py \
2525
--onefile \
2626
--exclude pandas \
27-
#--paths $(shell pwd) \
27+
--paths $(shell pwd) \
2828
--distpath dist/$(shell uname) \
2929
--workpath build/$(shell uname) \
3030
--log-level INFO \

0 commit comments

Comments
 (0)