From 811fcd9e9bad9b734f197cd33e21d896daa8428c Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 11:31:59 +0800 Subject: [PATCH] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1