#!/bin/bash

mv Makefile.old Makefile
make
su -c "make install"

