Commit 6af59f61 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nasm to 2.15.01

parent 5cecd9a2
all: all:
tar xf nasm-2.14.02.tar.xz tar xf nasm-2.15.01.tar.xz
cd nasm-2.14.02 && ./configure --prefix=/usr cd nasm-2.15.01 && ./configure --prefix=/usr
$(MAKE) -C nasm-2.14.02 $(MAKE) -C nasm-2.15.01
$(MAKE) -C nasm-2.14.02 install $(MAKE) -C nasm-2.15.01 install
rm -rf nasm-2.14.02 rm -rf nasm-2.15.01
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