mft3k

Firefox Extension that adds a MST3K row of seats to the bottom of the browser
git clone Https://wehaveforgeathome.hates.computer/mft3k.git
Log | Files | Refs | LICENSE

commit d3434f8db55541e7e2078d110a57a8016d322df0
parent f5da2bd0159a422afd1999ade141d5eba409ae8e
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon, 28 Jun 2010 10:39:38 -0700

rm'd clone make task, vestigal bit of beffy

Diffstat:
MMakefile | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,11 +1,5 @@ package : clean zip -r mft3k.xpi chrome/ defaults/ locale/ chrome.manifest install.rdf -clone : clean - cp -R . ${DIR}${NAME} && \ - find ${DIR}${NAME}/ -not -regex '^\./\.git/.*' -type f | \ - xargs sed -i 's/mft3k/${NAME}/g' - clean : rm -f mft3k.xpi -