#!/bin/bash

if [ ! -f Makefile.x11 ]; then
    qmake-qt4 -o Makefile.x11
fi

make -f Makefile.x11
