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