##// END OF EJS Templates
py2app plugin for Cocoa frontend
py2app plugin for Cocoa frontend

File last commit:

r1302:7abaf3d5
r1302:7abaf3d5
Show More
plugins.mk
22 lines | 258 B | text/x-makefile | MakefileLexer
%.plugin::
mkdir -p 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