Skip to content

Commit

Permalink
Makefile: Add xz, gzip, bzip2, pbzip2, compress and complevel set to 9.
Browse files Browse the repository at this point in the history
Now make self generate files:

3504kb i-nex.xz.run
4260kb i-nex.pbzip2.run
4372kb i-nex.bzip2.run
4720kb i-nex.gzip.run
7212kb i-nex.unixcompress.run

Remove: --nox11
  • Loading branch information
eloaders committed Dec 22, 2013
1 parent e22a78b commit edfab16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ self:
install -m 0775 install-self-inex inex/install-self-inex
chmod +x inex/install-self
chmod +x inex/install-self-inex
./makeself.sh --nowait --nox11 ./inex i-nex.run I-Nex ./install-self
./makeself.sh --nowait --xz --complevel 9 ./inex i-nex.xz.run I-Nex ./install-self
./makeself.sh --nowait --gzip --complevel 9 ./inex i-nex.gzip.run I-Nex ./install-self
./makeself.sh --nowait --bzip2 --complevel 9 ./inex i-nex.bzip2.run I-Nex ./install-self
./makeself.sh --nowait --pbzip2 --complevel 9 ./inex i-nex.pbzip2.run I-Nex ./install-self
./makeself.sh --nowait --compress --complevel 9 ./inex i-nex.unixcompress.run I-Nex ./install-self
clean:
rm -f inex-edid
rm -Rf `find . -name ".gambas"`
Expand Down

0 comments on commit edfab16

Please sign in to comment.