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

