#!/bin/bash
cd compiledir
make clean&>/dev/null
make -f ./Makefile -j3&>/dev/null
cd ..
