From: Ash Tyndall Date: Fri, 7 Oct 2011 14:40:08 +0000 (+0800) Subject: makefile commit X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=f281e7ecaf92ab98692fd7efde95f5f8ce9dd821 makefile commit --- diff --git a/Makefile b/Makefile index 8da5a7f..02a1589 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,4 @@ all: scene scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) + git commit -m "makefile commit"