From: Ash Tyndall Date: Sat, 8 Oct 2011 03:31:59 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=811fcd9e9bad9b734f197cd33e21d896daa8428c;hp=4c6905ca4fbebeac3064b7897ae739f14da3ac84 --- diff --git a/Makefile b/Makefile index aa702a9..1209ec1 100644 --- a/Makefile +++ b/Makefile @@ -33,4 +33,4 @@ commit: scene.c bitmap.c bitmap.h git commit -a --allow-empty-message --message="" --untracked-files=no open: scene.c bitmap.c bitmap.h - (./scene &) && echo + (nice -n 19 ./scene &) && echo