Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 70 → Rev 71

/wp-allow-dangerous-uploads/trunk/GNUmakefile
0,0 → 1,15
#!/usr/bin/env make -f
 
plugin=allow_dangerous_uploads
 
all: pkg
 
pkg:
zip -9 -r "$(plugin).zip" "$(plugin)" --exclude '*/.svn/*'
 
clean:
$(RM) "$(plugin).zip"
 
.PHONY: pkg clean all
 
# vim:set ts=4 noet ai: #
Property changes:
Added: svn:executable