1#!/bin/bash
2
3autoreconf --install
4mkdir -p build
5cd build
6../configure --prefix="" && make $1 && cp src/dunelegacy ../
7cd ..
8