Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - firefox-fix-web - Firefox extension: fix web
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
Makefile (137B)
---
1 .POSIX:
2
3 package: clean
4 ( cd extension; \
5 zip -r -FS ../firefox-fix-web.xpi *; \
6 cd ../ )
7
8 clean:
9 rm -f *.xpi
10
11 .PHONY: clean package
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.