##// END OF EJS Templates
basic kernelmanager and frontend wrote, support indentation but it dont run code yet
basic kernelmanager and frontend wrote, support indentation but it dont run code yet

File last commit:

r2661:595fc3b9
r5578:295d0853
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