Skip to content

Instantly share code, notes, and snippets.

@GochoMugo
GochoMugo / Sticky-Navbar.markdown
Created July 7, 2014 06:19
A Pen by GOCHO MUGO I..
@GochoMugo
GochoMugo / Makefile
Last active August 29, 2015 14:03
A Makefile to install the latest Addon SDK from Mozilla.org
.PHONY: download_cfx, find_cfx, install_cfx, clean
init:
make install_cfx
download_cfx:
@wget -q -O cfx.zip https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-latest.zip
@mkdir temp cfx
@unzip -q cfx.zip -d temp
@cp -r temp/*/. cfx