##// END OF EJS Templates
use dirty event to set autosaved/unsaved changes...
use dirty event to set autosaved/unsaved changes instead of last-saved timestamp

File last commit:

r2661:595fc3b9
r10829:483848a0
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