mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-17 10:20:13 +00:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
|
|
# note that this requires the python path to be set appropriately, and hence this
|
|
# should be invoked by calling the windows-exe taget in the top level makefile
|
|
|
|
windows-exe:
|
|
$(PYTHON) setup.py py2exe
|
|
|