Commit bba334a6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nasm to 2.15.05

parent 6af59f61
all:
tar xf nasm-2.15.01.tar.xz
cd nasm-2.15.01 && ./configure --prefix=/usr
$(MAKE) -C nasm-2.15.01
$(MAKE) -C nasm-2.15.01 install
rm -rf nasm-2.15.01
tar xf nasm-2.15.05.tar.xz
cd nasm-2.15.05 && ./configure --prefix=/usr
$(MAKE) -C nasm-2.15.05
$(MAKE) -C nasm-2.15.05 install
rm -rf nasm-2.15.05
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment