##// END OF EJS Templates
Option for testing local copy, rather than global. Testing needs more work.
Option for testing local copy, rather than global. Testing needs more work.

File last commit:

r2661:595fc3b9
r3117:b0a6ac50
Show More
plugins.mk
21 lines | 241 B | text/x-makefile | MakefileLexer
Barry Wark <barrywarkatgmaildotcom>
py2app plugin for Cocoa frontend
r1302 %.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