antimony

drive firefox from node.js
git clone https://wehaveforgeathome.hates.computer/antimony.git
Log | Files | Refs | Submodules | LICENSE

Makefile (336B)


      1 package : clean
      2 					cd addon/ && zip -r ../antimony.xpi chrome/ defaults/ locale/ chrome.manifest install.rdf
      3 
      4 
      5 build : clean
      6 					cp -R addon/* build/ && \
      7             cp vendor/windex/windex.js build/chrome/modules/ && \
      8             cp vendor/commonjs-ffext/common.js build/chrome/modules/
      9 
     10 clean :
     11 					rm -fr antimony.xpi build/*
     12