#!/bin/bash

cd $SW/build/nasm* && \
./configure --prefix=$SW && make -j2 && make install
