From: Ash Tyndall Date: Sat, 8 Oct 2011 02:41:30 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=1d719278281fb2644da2be272f4833872140b1ce --- diff --git a/Makefile b/Makefile index 5abaa74..aa702a9 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) commit: scene.c bitmap.c bitmap.h - git commit -a --allow-empty-message -message="" --untracked-files=no + git commit -a --allow-empty-message --message="" --untracked-files=no open: scene.c bitmap.c bitmap.h (./scene &) && echo