##// END OF EJS Templates
Specify protocol 2 for pickleshare, so objects stored by Python 3 can be used in Python 2.
Specify protocol 2 for pickleshare, so objects stored by Python 3 can be used in Python 2.

File last commit:

r2661:595fc3b9
r5388:4ab240d5
Show More
plugins.mk
21 lines | 241 B | text/x-makefile | MakefileLexer
%.plugin::
rm -rf dist/$(notdir $@)
rm -rf build dist && \
python setup.py py2app -s
%.py:
@echo "test -f $@"
@test -f %@
%.nib:
@echo "test -f $@"
@test -f %@
.DEFAULT_GOAL := all
.PHONY : all clean
clean :
rm -rf build dist