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