#!/bin/bash

cp Makefile Makefile.new
cp Makefile.old Makefile

make
su -c "make install"

